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 ebf1b92 commit 42ab88dCopy full SHA for 42ab88d
src/librustdoc/core.rs
@@ -324,11 +324,6 @@ pub(crate) fn run_global_ctxt(
324
let _ = tcx.sess.time("wf_checking", || {
325
tcx.hir().try_par_for_each_module(|module| tcx.ensure().check_mod_type_wf(module))
326
});
327
- tcx.sess.time("item_types_checking", || {
328
- tcx.hir().for_each_module(|module| {
329
- let _ = tcx.ensure().check_mod_type_wf(module);
330
- });
331
332
333
if let Some(guar) = tcx.dcx().has_errors() {
334
return Err(guar);
0 commit comments