blob: 274b6437efa8c66fd560723df6d4932bf1a5bdde [file] [log] [blame] [edit]
//@ check-pass
//@ edition:2021
fn main() {
let _: u16 = 123i32.try_into().unwrap();
}