rust/tests/ui/rfcs/rfc-2497-if-let-chains/ast-pretty-check.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
88 B
Rust
Raw Normal View History

2022-01-18 16:38:17 -06:00
// check-pass
// compile-flags: -Z unpretty=expanded
fn main() {
if let 0 = 1 {}
}