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 fbc11e9 commit 4e2a9b6Copy full SHA for 4e2a9b6
compiler/rustc_middle/src/query/mod.rs
@@ -388,7 +388,6 @@ rustc_queries! {
388
}
389
390
query shallow_lint_levels_on(key: hir::OwnerId) -> &'tcx rustc_middle::lint::ShallowLintLevelMap {
391
- eval_always // fetches `resolutions`
392
arena_cache
393
desc { |tcx| "looking up lint levels for `{}`", tcx.def_path_str(key) }
394
0 commit comments