Change lints_to_emit to lints_that_actually_run
This commit is contained in:
parent
b4da058595
commit
edc6577627
4 changed files with 27 additions and 23 deletions
|
@ -422,7 +422,7 @@ rustc_queries! {
|
|||
desc { "computing `#[expect]`ed lints in this crate" }
|
||||
}
|
||||
|
||||
query lints_that_can_emit(_: ()) -> &'tcx Lrc<(Vec<String>, Vec<String>)> {
|
||||
query lints_that_can_emit(_: ()) -> &'tcx Lrc<(FxIndexSet<String>, FxIndexSet<String>)> {
|
||||
arena_cache
|
||||
desc { "Computing all lints that are explicitly enabled or with a default level greater than Allow" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue