//@ known-bug: #132826 pub trait MyTrait { type Item; } impl MyTrait for Vec { type Item = Vec; } impl From> for as MyTrait>::Item {}