rust/tests/ui/rust-2021/prelude2021.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
90 B
Rust
Raw Normal View History

2021-05-25 17:59:06 +00:00
// check-pass
// edition:2021
fn main() {
let _: u16 = 123i32.try_into().unwrap();
}