]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2497-if-let-chains/ast-pretty-check.rs
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[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 }