Fix more tests
This commit is contained in:
parent
ff24ac4f2b
commit
703c557aaa
20 changed files with 103 additions and 50 deletions
|
@ -6,7 +6,7 @@ trait MyPartialEq {
|
|||
fn eq(&self, other: &Self) -> bool;
|
||||
}
|
||||
|
||||
impl<T: PartialEq> const MyPartialEq for T {
|
||||
impl<T: ~const PartialEq> const MyPartialEq for T {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
PartialEq::eq(self, other)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue