Fix early lint check desc in query
This commit is contained in:
@@ -116,7 +116,7 @@ rustc_queries! {
|
|||||||
}
|
}
|
||||||
|
|
||||||
query early_lint_checks(_: ()) {
|
query early_lint_checks(_: ()) {
|
||||||
desc { "perform lints prior to macro expansion" }
|
desc { "perform lints prior to AST lowering" }
|
||||||
}
|
}
|
||||||
|
|
||||||
query resolutions(_: ()) -> &'tcx ty::ResolverGlobalCtxt {
|
query resolutions(_: ()) -> &'tcx ty::ResolverGlobalCtxt {
|
||||||
|
|||||||
Reference in New Issue
Block a user