]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/string_constant.rs
Rollup merge of #83671 - JohnTitor:issue-75801-test, r=Dylan-DPC
[rust.git] / src / test / incremental / string_constant.rs
index cc35f3bdf299b8bf9dd065f7a63dae456a456225..2fc725294313bc94f8af36cd3823f6392776c383 100644 (file)
@@ -28,7 +28,7 @@ pub fn x() {
 pub mod y {
     use x;
 
-    #[rustc_clean(label="typeck_tables_of", cfg="cfail2")]
+    #[rustc_clean(label="typeck", cfg="cfail2")]
     #[rustc_clean(label="optimized_mir", cfg="cfail2")]
     pub fn y() {
         x::x();
@@ -38,7 +38,7 @@ pub fn y() {
 pub mod z {
     use y;
 
-    #[rustc_clean(label="typeck_tables_of", cfg="cfail2")]
+    #[rustc_clean(label="typeck", cfg="cfail2")]
     #[rustc_clean(label="optimized_mir", cfg="cfail2")]
     pub fn z() {
         y::y();