5558c64f33
See #33525 for details.
19 lines
439 B
Plaintext
19 lines
439 B
Plaintext
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 | }
|
|
| ^ unexpected token
|
|
|
|
error[E0412]: cannot find type `S` in this scope
|
|
--> $DIR/issue-41155.rs:11:6
|
|
|
|
|
11 | impl S {
|
|
| ^ not found in this scope
|
|
|
|
error: main function not found
|
|
|
|
error: aborting due to previous error(s)
|
|
|