rust/tests/ui/parser/attribute/attr-bad-meta-3.rs

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

3 lines
63 B
Rust
Raw Normal View History

#[path() token] //~ ERROR expected `]`, found `token`
mod m {}