]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/hello_world.rs
Rollup merge of #56476 - GuillaumeGomez:invalid-line-number-match, r=QuietMisdreavus
[rust.git] / src / test / incremental / hello_world.rs
index b7f90c09b565cd41e552856c2c75d2bcf8f999bf..2d65e0aa657a6690cb271f42b564c1ab39d58dbb 100644 (file)
@@ -31,7 +31,7 @@ pub fn xxxx() -> i32 {
 mod y {
     use x;
 
-    #[rustc_clean(label="TypeckItemBody", cfg="rpass2")]
+    #[rustc_clean(label="TypeckTables", cfg="rpass2")]
     pub fn yyyy() {
         x::xxxx();
     }
@@ -40,7 +40,7 @@ pub fn yyyy() {
 mod z {
     use y;
 
-    #[rustc_clean(label="TypeckItemBody", cfg="rpass2")]
+    #[rustc_clean(label="TypeckTables", cfg="rpass2")]
     pub fn z() {
         y::yyyy();
     }