libcore: Fix signature of the impl for *T
This commit is contained in:
@@ -172,7 +172,7 @@ impl<T> *T: Ptr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Equality for pointers
|
// Equality for pointers
|
||||||
impl<T: Eq> *T : Eq {
|
impl<T> *T : Eq {
|
||||||
pure fn eq(&&other: *T) -> bool { self == other }
|
pure fn eq(&&other: *T) -> bool { self == other }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user