5 lines
120 B
Rust
5 lines
120 B
Rust
#![feature(unrestricted_attribute_tokens)]
|
|
|
|
#[doc = $not_there] //~ ERROR expected `]`, found `not_there`
|
|
fn main() { }
|