rustc/tests/ui/macros/macro-attribute.rs
2023-08-02 10:33:26 +02:00

3 lines
75 B
Rust

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