mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 10:08:14 +00:00
Disallow reference to `static mut` and adding `static_mut_ref` lint Closes #114447 r? `@scottmcm`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.