error[E0308]: mismatched types --> $DIR/nested-associated-type-bound-incompleteness.rs:24:21 | LL | drop::>(vec_u); | --------------- ^^^^^ expected `Vec`, found `Vec` | | | arguments to this function are incorrect | = note: expected struct `Vec` found struct `Vec` note: function defined here --> $SRC_DIR/core/src/mem/mod.rs:LL:COL error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0308`.