Skip to content

Commit

Permalink
while_{let_}loops/change_{break,continue}: typeck_tables_of clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Jul 6, 2019
1 parent 26144fe commit b9e7e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/test/incremental/hashes/while_let_loops.rs
Expand Up @@ -141,7 +141,7 @@ pub fn change_break_label() {
}

#[cfg(not(cfail1))]
#[rustc_clean(cfg="cfail2", except="HirBody, mir_built, optimized_mir, typeck_tables_of")]
#[rustc_clean(cfg="cfail2", except="HirBody, mir_built, optimized_mir")]
#[rustc_clean(cfg="cfail3")]
pub fn change_break_label() {
let mut _x = 0;
Expand Down Expand Up @@ -191,7 +191,7 @@ pub fn change_continue_label() {
}

#[cfg(not(cfail1))]
#[rustc_clean(cfg="cfail2", except="HirBody, mir_built, optimized_mir, typeck_tables_of")]
#[rustc_clean(cfg="cfail2", except="HirBody, mir_built, optimized_mir")]
#[rustc_clean(cfg="cfail3")]
pub fn change_continue_label() {
let mut _x = 0;
Expand Down
4 changes: 2 additions & 2 deletions src/test/incremental/hashes/while_loops.rs
Expand Up @@ -141,7 +141,7 @@ pub fn change_break_label() {
}

#[cfg(not(cfail1))]
#[rustc_clean(cfg="cfail2", except="typeck_tables_of, HirBody, mir_built, optimized_mir")]
#[rustc_clean(cfg="cfail2", except="HirBody, mir_built, optimized_mir")]
#[rustc_clean(cfg="cfail3")]
pub fn change_break_label() {
let mut _x = 0;
Expand Down Expand Up @@ -191,7 +191,7 @@ pub fn change_continue_label() {
}

#[cfg(not(cfail1))]
#[rustc_clean(cfg="cfail2", except="typeck_tables_of, HirBody, mir_built, optimized_mir")]
#[rustc_clean(cfg="cfail2", except="HirBody, mir_built, optimized_mir")]
#[rustc_clean(cfg="cfail3")]
pub fn change_continue_label() {
let mut _x = 0;
Expand Down

0 comments on commit b9e7e31

Please sign in to comment.