mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
44ff3c407a
MIR episode 2 This PR adds: 1. `need-mut` and `unused-mut` diagnostics 2. `View mir` command which shows MIR for the body under cursor, useful for debugging 3. MIR lowering for or-patterns and for-loops