We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df37678 commit f95f23fCopy full SHA for f95f23f
src/test/incremental/hashes/let_expressions.rs
@@ -49,7 +49,7 @@ pub fn add_type() {
49
50
#[cfg(not(cfail1))]
51
#[rustc_clean(cfg="cfail2",
52
- except="HirBody,TypeckTables,MirValidated")]
+ except="HirBody,TypeckTables,MirValidated,MirOptimized")]
53
#[rustc_clean(cfg="cfail3")]
54
pub fn add_type() {
55
let _x: u32 = 2u32;
0 commit comments