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