mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
35c608be4b
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
For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.