]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issue-20711-2.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / parser / issue-20711-2.stderr
1 error: expected one of `async`, `const`, `crate`, `default`, `existential`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `}`
2 --> $DIR/issue-20711-2.rs:9:1
3 |
4 LL | #[stable(feature = "rust1", since = "1.0.0")]
5 | - expected one of 10 possible tokens here
6 LL | } //~ ERROR expected one of `async`, `const`, `crate`, `default`, `existential`, `extern`, `fn`, `pub`, `type`, or
7 | ^ unexpected token
8
9 error: aborting due to previous error
10