mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 14:59:25 +00:00
Use $crate in macros for rustc_public (aka stable_mir) This makes `#[macro_use] extern crate rustc_public` unnecessary (which brings all of `rustc_public`'s macros into scope for the entire crate); instead, now you can simply use `rustc_public::run!()`.