rust/src/test/ui/token/issue-41155.stderr

19 lines
499 B
Plaintext
Raw Normal View History

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
2017-11-20 06:13:27 -06:00
13 | } //~ ERROR expected one of
| ^ unexpected token
error[E0412]: cannot find type `S` in this scope
--> $DIR/issue-41155.rs:11:6
|
2017-11-20 06:13:27 -06:00
11 | impl S { //~ ERROR cannot find type
| ^ not found in this scope
2017-05-29 11:46:29 -05:00
error[E0601]: main function not found
error: aborting due to 3 previous errors