Files
rust/compiler/rustc_hir_analysis
Jonathan Brouwer 35c608be4b Rollup merge of #151827 - clubby789:rustc-attr-names, r=jdonszelmann,JonathanBrouwer
Use `Rustc` prefix for `rustc` attrs in `AttributeKind`

cc rust-lang/rust#131229

Most `rustc_...` attrs have their variants named `RustcAttrName`, but several do not. Rename these attributes for consistency.

r? @jdonszelmann
2026-01-29 17:47:31 +01:00
..
2025-12-05 14:22:52 +01:00

For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.