summary refs log tree commit diff
path: root/src/test/ui/token/issue-41155.stderr
blob: 707784272ede8d0ea6f7e795577a2888afaae4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
error: expected one of `(`, `const`, `default`, `extern`, `fn`, `type`, or `unsafe`, found `}`
  --> $DIR/issue-41155.rs:13:1
   |
12 |     pub
   |        - expected one of 7 possible tokens here
13 | } //~ ERROR expected one of
   | ^ unexpected token

error[E0412]: cannot find type `S` in this scope
  --> $DIR/issue-41155.rs:11:6
   |
11 | impl S { //~ ERROR cannot find type
   |      ^ not found in this scope

error[E0601]: main function not found

error: aborting due to 3 previous errors