Skip to content

Commit ffec672

Browse files
committed
Bless incremental test.
1 parent 6f0f26b commit ffec672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/incremental/hashes/function_interfaces.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ pub fn return_impl_trait() -> i32 {
305305
}
306306

307307
#[cfg(not(any(cfail1,cfail4)))]
308-
#[rustc_clean(cfg = "cfail2", except = "hir_owner, hir_owner_nodes, typeck, fn_sig, optimized_mir")]
308+
#[rustc_clean(cfg = "cfail2", except = "hir_owner, hir_owner_nodes, typeck, fn_sig")]
309309
#[rustc_clean(cfg = "cfail3")]
310310
#[rustc_clean(cfg = "cfail5", except = "hir_owner, hir_owner_nodes, typeck, fn_sig, optimized_mir")]
311311
#[rustc_clean(cfg = "cfail6")]

0 commit comments

Comments
 (0)