1
Fork 0

bless tests

This commit is contained in:
Deadbeef 2022-08-28 06:27:31 +00:00
parent 08ac185e99
commit 1bcc26a6b1
55 changed files with 241 additions and 176 deletions

View file

@ -1,6 +1,7 @@
// check-pass
#![feature(const_trait_impl)]
#[const_trait]
trait MyPartialEq {
fn eq(&self, other: &Self) -> bool;
}