1
Fork 0

Drop walk_crate_and_attributes.

This commit is contained in:
Camille GILLOT 2021-08-26 20:27:06 +02:00
parent bd2f08c22f
commit df148e4efb
4 changed files with 10 additions and 20 deletions

View file

@ -464,10 +464,6 @@ pub fn lower_to_hir<'res, 'tcx>(
arena,
);
if sess.opts.debugging_opts.hir_stats {
hir_stats::print_hir_stats(&hir_crate);
}
sess.time("early_lint_checks", || {
rustc_lint::check_ast_crate(
sess,