rustc/tests/ui/rfcs/rfc-2497-if-let-chains/ast-pretty-check.rs
2024-06-21 09:39:33 +02:00

7 lines
90 B
Rust

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