Skip to content

Commit 5840636

Browse files
committed
Bless incremental.
1 parent 1a22aee commit 5840636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/incremental/hashes/enum_constructors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub fn change_field_order_struct_like() -> Enum {
6565
#[cfg(not(any(cfail1,cfail4)))]
6666
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,typeck")]
6767
#[rustc_clean(cfg="cfail3")]
68-
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes,typeck,optimized_mir")]
68+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes,typeck")]
6969
#[rustc_clean(cfg="cfail6")]
7070
// FIXME(michaelwoerister):Interesting. I would have thought that that changes the MIR. And it
7171
// would if it were not all constants

tests/incremental/hashes/struct_constructors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub fn change_field_order_regular_struct() -> RegularStruct {
6262
#[cfg(not(any(cfail1,cfail4)))]
6363
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,typeck")]
6464
#[rustc_clean(cfg="cfail3")]
65-
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes,typeck,optimized_mir")]
65+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes,typeck")]
6666
#[rustc_clean(cfg="cfail6")]
6767
pub fn change_field_order_regular_struct() -> RegularStruct {
6868
RegularStruct {

0 commit comments

Comments
 (0)