1 2 3 4 5
error: tuple structs are not supported. --> $DIR/tuple_struct.rs:4:1 | 4 | struct TupleStruct<'a, T>(u64, usize, &'a T); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^