This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 627ff46
authored
Unrolled build for rust-lang#137002
Rollup merge of rust-lang#137002 - chenyukang:fix-early-lint-check-desc, r=compiler-errors
Fix early lint check desc in query
When I debugging this issue: rust-lang#136906 (comment)
I found early lint checking is performed after [macro expansion](https://github.com/chenyukang/rust/blob/37520e6d89eeea96b966ab281a7adf1775f7e207/compiler/rustc_interface/src/passes.rs#L267), but [prior to AST lowering](https://github.com/chenyukang/rust/blob/37520e6d89eeea96b966ab281a7adf1775f7e207/compiler/rustc_ast_lowering/src/lib.rs#L427).
r? ``@cjgillot``1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments