2018-10-20 15:36:17 -05:00
|
|
|
error: expected one of `async`, `const`, `crate`, `default`, `existential`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `}`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/issue-20711-2.rs:9:1
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | #[stable(feature = "rust1", since = "1.0.0")]
|
|
|
|
| - expected one of 10 possible tokens here
|
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
|
|
|
|
|