DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / rfc-2091-track-caller / macro-declaration.rs
12345678910
// check-pass // See https://github.com/rust-lang/rust/issues/95151 #[track_caller] macro_rules! _foo { () => {}; } fn main() { }