rust/tests/ui/macros/macro-attribute.rs

3 lines
75 B
Rust
Raw Normal View History

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