rust/tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs
2023-01-11 09:32:08 +00:00

7 lines
88 B
Rust

// check-pass
// compile-flags: -Z unpretty=expanded
fn main() {
if let 0 = 1 {}
}