blob: 976189d0b6c9a9b2fbd8cbaf47ce673c5d3d6155 [file] [log] [blame]
macro_rules! foo {
() => {
"bar.rs"
};
}
#[path = "file"] //~ ERROR: malformed `path` attribute
mod abc {}
fn main() {}