rust/src/test/ui/parser/issue-20711-2.stderr
2019-11-06 17:26:20 -08:00

11 lines
368 B
Plaintext

error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `}`
--> $DIR/issue-20711-2.rs:7:1
|
LL | #[stable(feature = "rust1", since = "1.0.0")]
| - expected one of 9 possible tokens
LL | }
| ^ unexpected token
error: aborting due to previous error