Skip to content

Commit

Permalink
Bless incremental tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Oct 4, 2024
1 parent 6278e0f commit 98941f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/incremental/hashes/function_interfaces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ pub fn change_return_impl_trait() -> impl Clone {
}

#[cfg(not(any(cfail1,cfail4)))]
#[rustc_clean(cfg = "cfail2")]
#[rustc_clean(cfg = "cfail2", except = "opt_hir_owner_nodes")]
#[rustc_clean(cfg = "cfail3")]
#[rustc_clean(cfg = "cfail5", except = "typeck")]
#[rustc_clean(cfg = "cfail5", except = "opt_hir_owner_nodes, typeck")]
#[rustc_clean(cfg = "cfail6")]
pub fn change_return_impl_trait() -> impl Copy {
0u32
Expand Down

0 comments on commit 98941f7

Please sign in to comment.