6 lines
53 B
Rust
6 lines
53 B
Rust
|
trait X { }
|
||
|
impl X for T;
|
||
|
|
||
|
trait Y { }
|
||
|
impl Y for T;
|