summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs
blob: 2664ef550695721872a9bc4d1309713b0490e9fc (plain)
1
2
3
pub trait TheTrait<T> {
    fn the_fn(&self);
}