index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
rfc-2497-if-let-chains
/
ast-pretty-check.rs
blob: 69bc189dd3579cd795fe0730b7cfb283826ce4f3 (
plain
)
1
2
3
4
5
6
// check-pass
// compile-flags: -Z unpretty=expanded
fn
main
()
{
if
let
0
=
1
{}
}