granite-rust/src/test/ui/can-begin-expr-check.stderr

9 lines
332 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `enum`
--> $DIR/can-begin-expr-check.rs:29:12
|
LL | return enum; //~ ERROR expected one of `.`, `;`, `?`, `}`, or an operator, found `enum`
| ^^^^ expected one of `.`, `;`, `?`, `}`, or an operator here
error: aborting due to previous error