Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ check-pass
//@ edition:2021
fn main() {
let _: u16 = 123i32.try_into().unwrap();
}