mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Fix the empty-impl tests
Use an existing type so that it compiles.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user