Fix the empty-impl tests
Use an existing type so that it compiles.
This commit is contained in:
parent
7173b9d1b8
commit
de799722dc
@ -1,5 +1,5 @@
|
||||
trait X { }
|
||||
impl X for T;
|
||||
impl X for uint;
|
||||
|
||||
trait Y { }
|
||||
impl Y for T;
|
||||
impl Y for uint;
|
||||
|
@ -1,5 +1,5 @@
|
||||
trait X { }
|
||||
impl X for T;
|
||||
impl X for uint;
|
||||
|
||||
trait Y { }
|
||||
impl Y for T;
|
||||
impl Y for uint;
|
||||
|
Loading…
x
Reference in New Issue
Block a user