Skip to content

Commit 0afccbb

Browse files
committed
fix incremental test
1 parent dbbdce5 commit 0afccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/incremental/hashes/closure_expressions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub fn add_type_ascription_to_parameter() {
9595
}
9696

9797
#[cfg(not(cfail1))]
98-
#[rustc_clean(cfg="cfail2", except="HirBody")]
98+
#[rustc_clean(cfg="cfail2", except="HirBody, TypeckTables")]
9999
#[rustc_clean(cfg="cfail3")]
100100
pub fn add_type_ascription_to_parameter() {
101101
let closure = |x: u32| x + 1u32;

0 commit comments

Comments
 (0)