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

3 lines
66 B
Rust
Raw Normal View History

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