]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-20711.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / issue-20711.stderr
1 error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `}`
2   --> $DIR/issue-20711.rs:5:1
3    |
4 LL |     #[stable(feature = "rust1", since = "1.0.0")]
5    |                                                  - expected one of 9 possible tokens
6 LL | }
7    | ^ unexpected token
8
9 error: aborting due to previous error
10