blob: 323b8fd9ea89a815c6a2a9fb9be5a742161fa52a [file] [log] [blame]
error: expected expression, found keyword `type`
--> $DIR/unsized2.rs:18:7
|
LL | f<type>(); //~ ERROR expected expression, found keyword `type`
| ^^^^ expected expression
error: aborting due to previous error