inferring, but then attempting to convert integer types

This commit is contained in:
Vincent Batts 2023-01-15 14:55:55 -05:00
parent 70ca7bb74d
commit ceda46b8d1
22 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ fn main() {
takes_u32(x);
takes_i8(y);
takes_u32(y.try_into().unwrap());
}
fn takes_u32(x: u32) -> () {

Binary file not shown.