We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333aab4 commit cd56d91Copy full SHA for cd56d91
compiler/rustc_hir_analysis/src/lib.rs
@@ -163,6 +163,7 @@ pub fn provide(providers: &mut Providers) {
163
hir_wf_check::provide(providers);
164
}
165
166
+// FIXME(matthewjasper) We shouldn't need to use `track_errors` in this function.
167
pub fn check_crate(tcx: TyCtxt<'_>) -> Result<(), ErrorGuaranteed> {
168
let _prof_timer = tcx.sess.timer("type_check_crate");
169
0 commit comments