DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / tests / ui / methods / auxiliary / macro-in-other-crate.rs
123456789
#[macro_export] macro_rules! mac { ($ident:ident) => { let $ident = 42; } } #[macro_export] macro_rules! inline { () => () }