1
Fork 0
This commit is contained in:
bjorn3 2019-06-27 20:49:39 +02:00
parent 596fdd5a64
commit c814ee0d2a
5 changed files with 20 additions and 111 deletions

View file

@ -118,5 +118,5 @@ fn take_f32(_f: f32) {}
fn take_unique(_u: Unique<()>) {}
fn main() {
assert_eq!((1u128 + 2) as u16, 3);
}