rust/tests/ui/rfcs/rfc-2497-if-let-chains/ast-pretty-check.rs
2024-02-16 20:02:50 +00:00

7 lines
90 B
Rust

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