rust/tests/ui/parser/attr-bad-meta-2.rs

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

3 lines
60 B
Rust
Raw Normal View History

#[path =] //~ ERROR expected expression, found `]`
mod m {}