blob: 8186d75f92041e28b7bc740de99e61f31d6cb4ce [file] [log] [blame]
error[E0107]: wrong number of type arguments: expected 1, found 2
--> $DIR/typeck_type_placeholder_lifetime_1.rs:9: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`.