Do not mark shallow_lint_levels_on as eval_always.
This commit is contained in:
parent
fbc11e9690
commit
4e2a9b6b6e
1 changed files with 0 additions and 1 deletions
|
@ -388,7 +388,6 @@ rustc_queries! {
|
|||
}
|
||||
|
||||
query shallow_lint_levels_on(key: hir::OwnerId) -> &'tcx rustc_middle::lint::ShallowLintLevelMap {
|
||||
eval_always // fetches `resolutions`
|
||||
arena_cache
|
||||
desc { |tcx| "looking up lint levels for `{}`", tcx.def_path_str(key) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue