rust/tests/ui/parser/issues/issue-20711.stderr

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

14 lines
341 B
Plaintext
Raw Normal View History

error: expected item after attributes
--> $DIR/issue-20711.rs:4:5
2018-10-20 15:36:17 -05:00
|
LL | impl Foo {
| - while parsing this item list starting here
2018-10-20 15:36:17 -05:00
LL | #[stable(feature = "rust1", since = "1.0.0")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LL |
LL | }
| - the item list ends here
2018-10-20 15:36:17 -05:00
error: aborting due to previous error