bless tests
This commit is contained in:
parent
08ac185e99
commit
1bcc26a6b1
55 changed files with 241 additions and 176 deletions
|
@ -1,6 +1,7 @@
|
|||
// check-pass
|
||||
#![feature(const_trait_impl)]
|
||||
|
||||
#[const_trait]
|
||||
trait MyPartialEq {
|
||||
fn eq(&self, other: &Self) -> bool;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue