mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
02aa4ff12f
Move `stable_mir` back to its own crate We've finished the refactoring, so it's time to move `stable_mir` back to its own crate. This PR leaves an empty `rustc_internal` module with a `#[deprecated]` attribute in `rustc_smir` to let users know we just moved it to `stable_mir`.