rust/src/test/ui/macros/macro-attribute.rs
2018-12-25 21:08:33 -07:00

5 lines
120 B
Rust

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