Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
rfc-2497-if-let-chains
/
ast-pretty-check.rs
blob: 69bc189dd3579cd795fe0730b7cfb283826ce4f3 [
file
] [
log
] [
blame
]
// check-pass
// compile-flags: -Z unpretty=expanded
fn
main
()
{
if
let
0
=
1
{}
}