rust/tests/ui/macros/macro-attribute.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
75 B
Rust
Raw Normal View History

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