summary refs log tree commit diff
path: root/src/test/ui/macros/macro-attribute.rs
blob: f580dfa8e34ed2ff055295d38ffc09aa45c57feb (plain)
1
2
#[doc = $not_there] //~ ERROR unexpected token: `$`
fn main() { }