rustc/tests/ui/macros/macro-attribute.rs
2023-07-27 22:48:29 +08:00

3 lines
75 B
Rust

#[doc = $not_there] //~ ERROR expected expression, found `$`
fn main() { }