rustc/tests/ui/coherence/auxiliary/trait-with-assoc-ty.rs
2024-07-31 08:40:13 +02:00

4 lines
36 B
Rust

pub trait Trait {
type Assoc;
}