rust/src/test/ui/macros/macro-attribute.rs
2019-02-25 23:21:54 +03:00

2 lines
66 B
Rust

#[doc = $not_there] //~ ERROR unexpected token: `$`
fn main() { }