rust/compiler/rustc_middle
Jubilee 181458bc1c
Rollup merge of #137002 - chenyukang:fix-early-lint-check-desc, r=compiler-errors
Fix early lint check desc in query

When I debugging this issue: https://github.com/rust-lang/rust/pull/136906#discussion_r1954151036

I found early lint checking is performed after [macro expansion](37520e6d89/compiler/rustc_interface/src/passes.rs (L267)), but [prior to AST lowering](37520e6d89/compiler/rustc_ast_lowering/src/lib.rs (L427)).

r? ``@cjgillot``
2025-02-14 14:05:25 -08:00
..
src Rollup merge of #137002 - chenyukang:fix-early-lint-check-desc, r=compiler-errors 2025-02-14 14:05:25 -08:00
Cargo.toml Removed dependency on the field-offset crate. 2025-02-05 17:56:06 +01:00
messages.ftl compiler: Make middle errors pub(crate) and bury some dead code 2025-02-11 21:57:05 -08:00
README.md

For more information about how rustc works, see the rustc dev guide.