rust/src/test/ui/parser/issue-20711-2.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

11 lines
389 B
Plaintext

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