Skip to content

Commit 0df6dfd

Browse files
committed
fix rebase
1 parent 8b0ab54 commit 0df6dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/incremental/hashes/trait_defs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ trait TraitAddBuiltinBoundToMethodTypeParameter {
559559
#[cfg(not(any(cfail1,cfail4)))]
560560
#[rustc_clean(cfg="cfail2")]
561561
#[rustc_clean(cfg="cfail3")]
562-
#[rustc_clean(except="hir_owner_nodes", cfg="cfail5")]
562+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
563563
#[rustc_clean(cfg="cfail6")]
564564
trait TraitAddBuiltinBoundToMethodTypeParameter {
565565
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")]

0 commit comments

Comments
 (0)