]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/ich_nested_items.rs
Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay
[rust.git] / src / test / incremental / ich_nested_items.rs
index a9232190eef48dfc013b7272d5e38b9d6dbaee55..aabdaa664112f15e245a7759667354aec674b3ec 100644 (file)
@@ -8,7 +8,7 @@
 #![feature(rustc_attrs)]
 
 #[rustc_clean(label = "hir_owner", cfg = "cfail2")]
-#[rustc_dirty(label = "hir_owner_items", cfg = "cfail2")]
+#[rustc_dirty(label = "hir_owner_nodes", cfg = "cfail2")]
 pub fn foo() {
     #[cfg(cfail1)]
     pub fn baz() {} // order is different...
@@ -17,7 +17,7 @@ pub fn baz() {} // order is different...
     // the parent node, which is the statement holding this item. Changing the position of
     // `bar` in `foo` will update that reference and make `hir_owner(bar)` dirty.
     #[rustc_dirty(label = "hir_owner", cfg = "cfail2")]
-    #[rustc_clean(label = "hir_owner_items", cfg = "cfail2")]
+    #[rustc_clean(label = "hir_owner_nodes", cfg = "cfail2")]
     pub fn bar() {} // but that doesn't matter.
 
     #[cfg(cfail2)]