fix incremental test
This commit is contained in:
parent
dbbdce51dc
commit
0afccbb654
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue