6 lines
53 B
Rust
Raw Normal View History

trait X { }
impl X for T;
trait Y { }
impl Y for T;