rustc: For one-tuples, make parsing and printing the type work
and add a test to reflect-visit-data
This commit is contained in:
@@ -111,6 +111,8 @@ impl<A: Copy, B: Copy> ExtendedTupleOps<A,B> for (~[A], ~[B]) {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME #4898: impl for one-tuples
|
||||
|
||||
#[cfg(notest)]
|
||||
impl<A: Eq, B: Eq> Eq for (A, B) {
|
||||
#[inline(always)]
|
||||
|
||||
Reference in New Issue
Block a user