rust/tests/ui/rfcs/rfc-2497-if-let-chains/ast-pretty-check.rs
2023-06-05 16:09:46 +00:00

7 lines
88 B
Rust

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