rust/tests/ui/coherence/auxiliary/parametrized-trait.rs

3 lines
55 B
Rust

pub trait Trait0<T, U, V> {}
pub trait Trait1<T, U> {}