]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2497-if-let-chains/ast-pretty-check.rs
Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors
[rust.git] / src / test / ui / rfc-2497-if-let-chains / ast-pretty-check.rs
1 // check-pass
2 // compile-flags: -Z unpretty=expanded
3
4 fn main() {
5     if let 0 = 1 {}
6 }