DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / modules / path-macro.rs
12345678
macro_rules! foo { () => {"bar.rs"}; } #[path = foo!()] //~ ERROR malformed `path` attribute mod abc; fn main() {}