SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 65 Rust

Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obk

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!()`.
M
Matthias Krüger committed
35b1f759e715afd5d5a68e657d808430d6dbbe4e
Committed by GitHub <noreply@github.com> on 7/18/2025, 12:49:20 PM