Skip to content

Commit 98941f7

Browse files
committed
Bless incremental tests.
1 parent 6278e0f commit 98941f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/incremental/hashes/function_interfaces.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ pub fn change_return_impl_trait() -> impl Clone {
318318
}
319319

320320
#[cfg(not(any(cfail1,cfail4)))]
321-
#[rustc_clean(cfg = "cfail2")]
321+
#[rustc_clean(cfg = "cfail2", except = "opt_hir_owner_nodes")]
322322
#[rustc_clean(cfg = "cfail3")]
323-
#[rustc_clean(cfg = "cfail5", except = "typeck")]
323+
#[rustc_clean(cfg = "cfail5", except = "opt_hir_owner_nodes, typeck")]
324324
#[rustc_clean(cfg = "cfail6")]
325325
pub fn change_return_impl_trait() -> impl Copy {
326326
0u32

0 commit comments

Comments
 (0)