error: you seem to be trying to use `Vec>`, but T is Sized. Consider using just `Vec` --> $DIR/vec_box_sized.rs:10:14 | 10 | sized_type: Vec>, | ^^^^^^^^^^^^^^^^^^^^^ | = note: `-D clippy::vec-box-sized` implied by `-D warnings` = help: `Vec` is already on the heap, `Vec>` makes an extra allocation. error: aborting due to previous error