]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2497-if-let-chains/ast-pretty-check.rs
Rollup merge of #102559 - compiler-errors:issue-102553, r=oli-obk
[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 }