mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +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`