]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2497-if-let-chains/ast-pretty-check.rs
Rollup merge of #102525 - notriddle:notriddle/array-link, r=GuillaumeGomez,jsha
[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 }