rust/tests/ui/attributes/attr-eq-token-tree.rs

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

3 lines
69 B
Rust
Raw Normal View History

#[my_attr = !] //~ ERROR expected expression, found `]`
fn main() {}