diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-10-20 18:26:27 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2018-10-22 10:04:47 -0400 |
| commit | 0afccbb654cfe98ac426b32ccd19ce069e7138a7 (patch) | |
| tree | f04f5115e74aff5002bb4841261ee3fbc148cbb8 | |
| parent | dbbdce51dc6e3173e1f736e952915a2c22e92928 (diff) | |
| download | rust-0afccbb654cfe98ac426b32ccd19ce069e7138a7.tar.gz rust-0afccbb654cfe98ac426b32ccd19ce069e7138a7.zip | |
fix incremental test
| -rw-r--r-- | src/test/incremental/hashes/closure_expressions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/closure_expressions.rs b/src/test/incremental/hashes/closure_expressions.rs index 839e0ca8e01..8469f0aa664 100644 --- a/src/test/incremental/hashes/closure_expressions.rs +++ b/src/test/incremental/hashes/closure_expressions.rs @@ -95,7 +95,7 @@ pub fn add_type_ascription_to_parameter() { } #[cfg(not(cfail1))] -#[rustc_clean(cfg="cfail2", except="HirBody")] +#[rustc_clean(cfg="cfail2", except="HirBody, TypeckTables")] #[rustc_clean(cfg="cfail3")] pub fn add_type_ascription_to_parameter() { let closure = |x: u32| x + 1u32; |
