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