Skip to content

Commit f95f23f

Browse files
committed
fix incremental test
We are now carrying the user-given type through MIR, so it makes sense that this would change the hash.
1 parent df37678 commit f95f23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/incremental/hashes/let_expressions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub fn add_type() {
4949

5050
#[cfg(not(cfail1))]
5151
#[rustc_clean(cfg="cfail2",
52-
except="HirBody,TypeckTables,MirValidated")]
52+
except="HirBody,TypeckTables,MirValidated,MirOptimized")]
5353
#[rustc_clean(cfg="cfail3")]
5454
pub fn add_type() {
5555
let _x: u32 = 2u32;

0 commit comments

Comments
 (0)