mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
7843355462
Remove some dead code for dumping MIR for a single DefId The functions that call `dump_mir_def_ids` are themselves never called with a specific DefId; they always dump MIR for the entire crate.
For more information about how rustc works, see the rustc dev guide.