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

@@ -21,6 +21,7 @@ impl const PartialEq for Int {
}
}
#[const_trait]
pub trait Plus {
fn plus(self, rhs: Self) -> Self;
}