mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
61c367cd1f
Add new interface to smir Removes the boiler plate from `crate-info.rs`, and creates new interface for the smir. Addressing https://github.com/rust-lang/project-stable-mir/issues/23 r? `@spastorino`