We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01eb11 commit b1c7b7dCopy full SHA for b1c7b7d
tests/incremental/hashes/enum_constructors.rs
@@ -334,9 +334,9 @@ pub fn change_constructor_variant_c_like() {
334
}
335
336
#[cfg(not(any(cfail1,cfail4)))]
337
-#[rustc_clean(cfg="cfail2", except="hir_owner_nodes,optimized_mir")]
+#[rustc_clean(cfg="cfail2", except="hir_owner_nodes")]
338
#[rustc_clean(cfg="cfail3")]
339
-#[rustc_clean(cfg="cfail5", except="hir_owner_nodes,optimized_mir")]
+#[rustc_clean(cfg="cfail5", except="hir_owner_nodes")]
340
#[rustc_clean(cfg="cfail6")]
341
pub fn change_constructor_variant_c_like() {
342
let _x = Clike::C;
0 commit comments