rust/tests/ui/coherence/auxiliary/trait-with-assoc-ty.rs

4 lines
36 B
Rust

pub trait Trait {
type Assoc;
}