about summary refs log tree commit diff
path: root/src/test/ui/macros/macro-attribute.rs
blob: 7ddac2745c5a411c6e6272ee8a60b687167fe6a0 (plain)
1
2
3
4
#![feature(unrestricted_attribute_tokens)]

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