blob: 1cd46883dcf79d78820a4d01a8a978d8723f8a35 [file] [log] [blame] [edit]
error: the constant `Bar` is not of type `Foo`
--> $DIR/invalid-array-in-tuple.rs:14:32
|
LL | takes_tuple_with_array::<{ ([Bar], 1) }>();
| ^^^^^^^^^^ expected `Foo`, found `Bar`
error: aborting due to 1 previous error