rust/tests/ui/parser/attr-dangling-in-mod.stderr

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

9 lines
162 B
Plaintext
Raw Normal View History

2018-10-20 20:36:17 +00:00
error: expected item after attributes
--> $DIR/attr-dangling-in-mod.rs:6:1
2018-10-20 20:36:17 +00:00
|
LL | #[foo = "bar"]
| ^^^^^^^^^^^^^^
2018-10-20 20:36:17 +00:00
error: aborting due to previous error