Skip to content

Commit

Permalink
fix incremental test
Browse files Browse the repository at this point in the history
We are now carrying the user-given type through MIR, so it makes sense
that this would change the hash.
  • Loading branch information
nikomatsakis committed Sep 10, 2018
1 parent df37678 commit f95f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/incremental/hashes/let_expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f95f23f

Please sign in to comment.