about summary refs log tree commit diff
path: root/tests/ui/coherence/auxiliary/trait-with-assoc-ty.rs
blob: d49538de580dd84c418d66ee7bcdef54a262a29a (plain)
1
2
3
pub trait Trait {
    type Assoc;
}