Skip to content

Commit 80d904f

Browse files
committed
finished call_expressions.rs
1 parent a032ce3 commit 80d904f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/incremental/hashes/call_expressions.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,8 @@ mod change_ufcs_callee_indirectly {
196196
#[cfg(not(cfail1))]
197197
use super::Struct2 as Struct;
198198

199-
#[rustc_clean(label="Hir", cfg="cfail2")]
200-
#[rustc_clean(label="Hir", cfg="cfail3")]
201-
#[rustc_dirty(label="HirBody", cfg="cfail2")]
202-
#[rustc_clean(label="HirBody", cfg="cfail3")]
199+
#[rustc_clean(cfg="cfail2", except="HirBody,MirValidated,MirOptimized,TypeckTables")]
200+
#[rustc_clean(cfg="cfail3")]
203201
#[rustc_metadata_clean(cfg="cfail2")]
204202
#[rustc_metadata_clean(cfg="cfail3")]
205203
pub fn change_ufcs_callee_indirectly() {

0 commit comments

Comments
 (0)