Skip to content

Commit cd56d91

Browse files
authored
reinstate track_caller removal comment
1 parent 333aab4 commit cd56d91

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_hir_analysis/src

1 file changed

+1
-0
lines changed

compiler/rustc_hir_analysis/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ pub fn provide(providers: &mut Providers) {
163163
hir_wf_check::provide(providers);
164164
}
165165

166+
// FIXME(matthewjasper) We shouldn't need to use `track_errors` in this function.
166167
pub fn check_crate(tcx: TyCtxt<'_>) -> Result<(), ErrorGuaranteed> {
167168
let _prof_timer = tcx.sess.timer("type_check_crate");
168169

0 commit comments

Comments
 (0)