lower attr spans and inline some functions to hopefully mitigate perf regressions
This commit is contained in:
parent
2f0652745d
commit
4daa35ce33
5 changed files with 52 additions and 13 deletions
|
@ -2732,7 +2732,6 @@ fn check_invalid_crate_level_attr(tcx: TyCtxt<'_>, attrs: &[Attribute]) {
|
|||
continue;
|
||||
};
|
||||
|
||||
|
||||
let item = tcx
|
||||
.hir_free_items()
|
||||
.map(|id| tcx.hir_item(id))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue