rust/src/test/ui/macros/macro-attribute.rs

2 lines
75 B
Rust

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