summary refs log tree commit diff
path: root/src/test/ui/parser/issue-20711-2.stderr
blob: e06eb7a9846e1efbe1071b73069cd630c73e9948 (plain)
1
2
3
4
5
6
7
8
9
10
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 | } //~ ERROR expected one of `async`, `const`, `crate`, `default`, `existential`, `extern`, `fn`, `pub`, `type`, or
   | ^ unexpected token

error: aborting due to previous error