15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
error: expected identifier, found keyword `pub`
|
|
--> $DIR/issue-28433.rs:4:5
|
|
|
|
|
LL | pub duck,
|
|
| ^^^ expected identifier, found keyword
|
|
|
|
error: expected one of `(`, `,`, `=`, `{`, or `}`, found `duck`
|
|
--> $DIR/issue-28433.rs:4:9
|
|
|
|
|
LL | pub duck,
|
|
| ^^^^ expected one of `(`, `,`, `=`, `{`, or `}` here
|
|
|
|
error: aborting due to 2 previous errors
|
|
|