1
Fork 0

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:
Niko Matsakis 2018-09-10 17:24:43 -04:00
parent df37678b76
commit f95f23f0c3

View file

@ -49,7 +49,7 @@ pub fn add_type() {
#[cfg(not(cfail1))]
#[rustc_clean(cfg="cfail2",
except="HirBody,TypeckTables,MirValidated")]
except="HirBody,TypeckTables,MirValidated,MirOptimized")]
#[rustc_clean(cfg="cfail3")]
pub fn add_type() {
let _x: u32 = 2u32;