2019-07-29 18:11:58 -05:00
|
|
|
error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `}`
|
|
|
|
--> $DIR/issue-20711-2.rs:7:1
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | #[stable(feature = "rust1", since = "1.0.0")]
|
2019-10-28 13:08:53 -05:00
|
|
|
| - expected one of 9 possible tokens
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | }
|
2018-10-20 15:36:17 -05:00
|
|
|
| ^ unexpected token
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|