]> git.lizzy.rs Git - rust.git/blob - src/test/ui/prelude2021.rs
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / ui / prelude2021.rs
1 // check-pass
2 // edition:2021
3 // compile-flags: -Zunstable-options
4
5 fn main() {
6     let _: u16 = 123i32.try_into().unwrap();
7 }