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

5 lines
120 B
Rust
Raw Normal View History

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