rust-clippy/tests/ui/crashes/ice-96721.fixed

11 lines
138 B
Rust
Raw Normal View History

2023-07-27 11:40:22 +00:00
macro_rules! foo {
() => {
"bar.rs"
};
}
#[path = "file"] //~ ERROR: malformed `path` attribute
mod abc {}
fn main() {}