rust-clippy/tests/ui/crashes/ice-96721.fixed
2023-08-11 14:02:28 +00:00

10 lines
138 B
Rust

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