We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435abb2 commit 59ead52Copy full SHA for 59ead52
src/librustdoc/core.rs
@@ -325,11 +325,6 @@ pub(crate) fn run_global_ctxt(
325
let _ = tcx.sess.time("wf_checking", || {
326
tcx.hir().try_par_for_each_module(|module| tcx.ensure().check_mod_type_wf(module))
327
});
328
- tcx.sess.time("item_types_checking", || {
329
- tcx.hir().for_each_module(|module| {
330
- let _ = tcx.ensure().check_mod_type_wf(module);
331
- });
332
333
334
if let Some(guar) = tcx.dcx().has_errors() {
335
return Err(guar);
0 commit comments