blob: 676c2cb661e7b25c37eea369f431b867f50a3e9d [file] [log] [blame]
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `enum`
--> $DIR/can-begin-expr-check.rs:19:12
|
LL | return enum;
| ^^^^ expected one of `.`, `;`, `?`, `}`, or an operator here
error: aborting due to previous error