error: specializing impl repeats parameter `T` --> $DIR/dyn-trait-assoc-types.rs:22:1 | LL | impl<'a, T> Specializable for dyn B + 'a { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: specializing impl repeats parameter `T` --> $DIR/dyn-trait-assoc-types.rs:27:1 | LL | impl<'a, T> Specializable for dyn C + 'a { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 2 previous errors