Skip to content

Commit a032ce3

Browse files
committed
change_to_ufcs: add fixme, unsure if that is expected
1 parent 3128b2c commit a032ce3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/incremental/hashes/call_expressions.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ pub fn change_to_ufcs() {
171171
s.method1('x', true);
172172
}
173173

174+
// FIXME(vitiral): why would this change anything, doesn't the Mir/Hir expand this
175+
// sort of stuff?
174176
#[cfg(not(cfail1))]
175-
#[rustc_clean(label="Hir", cfg="cfail2")]
176-
#[rustc_clean(label="Hir", cfg="cfail3")]
177-
#[rustc_dirty(label="HirBody", cfg="cfail2")]
178-
#[rustc_clean(label="HirBody", cfg="cfail3")]
177+
#[rustc_clean(cfg="cfail2", except="HirBody,MirValidated,MirOptimized,TypeckTables")]
178+
#[rustc_clean(cfg="cfail3")]
179179
#[rustc_metadata_clean(cfg="cfail2")]
180180
#[rustc_metadata_clean(cfg="cfail3")]
181181
pub fn change_to_ufcs() {

0 commit comments

Comments
 (0)