4b266f1c0d
Progress on #7981
6 lines
65 B
Rust
6 lines
65 B
Rust
trait X { }
|
|
impl X for uint { }
|
|
|
|
trait Y { }
|
|
impl Y for uint { }
|