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
/
src
/
tools
/
rustfmt
/
tests
/
source
/
let_else.rs
blob: a6e816fb524b70ca01c72c4a66c41fe2b8fccc93 (
plain
)
1
2
3
fn
main
()
{
let
Some
(
1
)
=
Some
(
1
)
else
{
return
};
}