Fix early lint check desc in query
This commit is contained in:
parent
a567209daa
commit
37520e6d89
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ rustc_queries! {
|
|||
}
|
||||
|
||||
query early_lint_checks(_: ()) {
|
||||
desc { "perform lints prior to macro expansion" }
|
||||
desc { "perform lints prior to AST lowering" }
|
||||
}
|
||||
|
||||
query resolutions(_: ()) -> &'tcx ty::ResolverGlobalCtxt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue