blob: 8da357452a708e3a3d9134a44b972c50a1353a3b [file] [log] [blame]
error[E0107]: wrong number of type arguments: expected 1, found 2
--> $DIR/typeck_type_placeholder_lifetime_1.rs:19:19
|
LL | let c: Foo<_, _> = Foo { r: &5 };
| ^ unexpected type argument
error: aborting due to previous error
For more information about this error, try `rustc --explain E0107`.