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 6278e0f commit 98941f7Copy full SHA for 98941f7
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