rust/src/test/ui/parser/unsized2.stderr

9 lines
229 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected expression, found keyword `type`
--> $DIR/unsized2.rs:6:7
2018-10-20 15:36:17 -05:00
|
LL | f<type>(); //~ ERROR expected expression, found keyword `type`
| ^^^^ expected expression
error: aborting due to previous error