// check-pass #![feature(const_trait_impl, effects)] pub trait Owo::T> {} #[const_trait] pub trait Uwu: Owo { type T; } fn main() {}