mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:36:39 +00:00
Fix early lint check desc in query
This commit is contained in:
parent
a567209daa
commit
37520e6d89
@ -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…
x
Reference in New Issue
Block a user