We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0bac9 commit dd67d09Copy full SHA for dd67d09
tests/incremental/hashes/function_interfaces.rs
@@ -318,9 +318,9 @@ pub fn change_return_impl_trait() -> impl Clone {
318
}
319
320
#[cfg(not(any(cfail1,cfail4)))]
321
-#[rustc_clean(cfg = "cfail2")]
+#[rustc_clean(cfg = "cfail2", except = "opt_hir_owner_nodes")]
322
#[rustc_clean(cfg = "cfail3")]
323
-#[rustc_clean(cfg = "cfail5", except = "typeck")]
+#[rustc_clean(cfg = "cfail5", except = "opt_hir_owner_nodes, typeck")]
324
#[rustc_clean(cfg = "cfail6")]
325
pub fn change_return_impl_trait() -> impl Copy {
326
0u32
0 commit comments