]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2497-if-let-chains/ast-pretty-check.stdout
Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors
[rust.git] / src / test / ui / rfc-2497-if-let-chains / ast-pretty-check.stdout
1 #![feature(prelude_import)]
2 #![no_std]
3 #[prelude_import]
4 use ::std::prelude::rust_2015::*;
5 #[macro_use]
6 extern crate std;
7 // check-pass
8 // compile-flags: -Z unpretty=expanded
9
10 fn main() { if let 0 = 1 {} }