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