Skip to content

Commit

Permalink
Bless incremental test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Jul 28, 2022
1 parent 6f0f26b commit ffec672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/incremental/hashes/function_interfaces.rs
Expand Up @@ -305,7 +305,7 @@ pub fn return_impl_trait() -> i32 {
}

#[cfg(not(any(cfail1,cfail4)))]
#[rustc_clean(cfg = "cfail2", except = "hir_owner, hir_owner_nodes, typeck, fn_sig, optimized_mir")]
#[rustc_clean(cfg = "cfail2", except = "hir_owner, hir_owner_nodes, typeck, fn_sig")]
#[rustc_clean(cfg = "cfail3")]
#[rustc_clean(cfg = "cfail5", except = "hir_owner, hir_owner_nodes, typeck, fn_sig, optimized_mir")]
#[rustc_clean(cfg = "cfail6")]
Expand Down

0 comments on commit ffec672

Please sign in to comment.