mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:49:25 +00:00
Remove MIR unsafe check Now that THIR unsafeck is enabled by default in stable I think we can remove MIR unsafeck entirely. This PR also removes safety information from MIR.