We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07f36c commit 3c8b46cCopy full SHA for 3c8b46c
src/test/incremental/hashes/function_interfaces.rs
@@ -323,7 +323,7 @@ pub fn change_return_impl_trait() -> impl Clone {
323
#[cfg(not(any(cfail1,cfail4)))]
324
#[rustc_clean(cfg = "cfail2")]
325
#[rustc_clean(cfg = "cfail3")]
326
-#[rustc_clean(cfg = "cfail5")]
+#[rustc_clean(cfg = "cfail5", except = "typeck")]
327
#[rustc_clean(cfg = "cfail6")]
328
pub fn change_return_impl_trait() -> impl Copy {
329
0u32
0 commit comments