1
Fork 0

Fix early lint check desc in query

This commit is contained in:
yukang 2025-02-14 09:49:57 +08:00
parent a567209daa
commit 37520e6d89

View file

@ -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 {