fix incremental test
We are now carrying the user-given type through MIR, so it makes sense that this would change the hash.
This commit is contained in:
parent
df37678b76
commit
f95f23f0c3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub fn add_type() {
|
||||||
|
|
||||||
#[cfg(not(cfail1))]
|
#[cfg(not(cfail1))]
|
||||||
#[rustc_clean(cfg="cfail2",
|
#[rustc_clean(cfg="cfail2",
|
||||||
except="HirBody,TypeckTables,MirValidated")]
|
except="HirBody,TypeckTables,MirValidated,MirOptimized")]
|
||||||
#[rustc_clean(cfg="cfail3")]
|
#[rustc_clean(cfg="cfail3")]
|
||||||
pub fn add_type() {
|
pub fn add_type() {
|
||||||
let _x: u32 = 2u32;
|
let _x: u32 = 2u32;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue