rust/tests/ui/macros/macro-attribute.rs
2023-01-11 09:32:08 +00:00

3 lines
75 B
Rust

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