Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rfcs
/
rfc-2497-if-let-chains
/
ast-pretty-check.rs
blob: 8d782646333649cdea1a3ba68bd695683eb42281 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
//@ compile-flags: -Z unpretty=expanded
fn
main
()
{
if
let
0
=
1
{}
}