blob: 4037bd67a282bbf62523b8dc6aa0c76776897abb [file] [log] [blame]
//@ check-pass
pub trait Trait<const N: usize>: From<<Self as Trait<N>>::Item> {
type Item;
}
fn main() {}