rust/tests/ui/coherence/auxiliary/coherence_orphan_lib.rs

4 lines
48 B
Rust

pub trait TheTrait<T> {
fn the_fn(&self);
}