blob: 323b8fd9ea89a815c6a2a9fb9be5a742161fa52a (
plain)
1
2
3
4
5
6
7
8
|
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
|