2020-02-01 06:18:10 +01:00
|
|
|
error: expected item after attributes
|
|
|
|
--> $DIR/issue-20711.rs:4:5
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2020-02-22 08:16:39 +01:00
|
|
|
LL | impl Foo {
|
|
|
|
| - while parsing this item list starting here
|
2018-10-20 23:36:17 +03:00
|
|
|
LL | #[stable(feature = "rust1", since = "1.0.0")]
|
2020-02-01 06:18:10 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-02-22 08:16:39 +01:00
|
|
|
LL |
|
|
|
|
LL | }
|
|
|
|
| - the item list ends here
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|