]> git.lizzy.rs Git - rust.git/blob - src/test/ui/match/issue-82392.stdout
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / match / issue-82392.stdout
1 #[prelude_import]
2 use ::std::prelude::rust_2015::*;
3 #[macro_use]
4 extern crate std;
5 // https://github.com/rust-lang/rust/issues/82329
6 // compile-flags: -Zunpretty=hir,typed
7 // check-pass
8
9 fn main() ({
10         (if (true as bool)
11                 ({ } as
12                     ()) else if (let Some(a) =
13                        ((Some as
14                                fn(i32) -> Option<i32> {Option::<i32>::Some})((3 as i32)) as
15                            Option<i32>) as bool) ({ } as ()) as ())
16                } as ())