Querify early_lint_checks.
This commit is contained in:
parent
b7e2b049f3
commit
c90fc105cb
7 changed files with 38 additions and 19 deletions
|
@ -31,6 +31,10 @@ rustc_queries! {
|
|||
desc { "compute registered tools for crate" }
|
||||
}
|
||||
|
||||
query early_lint_checks(_: ()) -> () {
|
||||
desc { "perform lints prior to macro expansion" }
|
||||
}
|
||||
|
||||
query resolutions(_: ()) -> &'tcx ty::ResolverGlobalCtxt {
|
||||
feedable
|
||||
no_hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue