This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
df5c2cf9bc
rust
/
tests
/
ui
/
rfcs
/
rfc-2497-if-let-chains
/
ast-pretty-check.rs
7 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Formally implement let chains
2022-01-18 16:38:17 -06:00
// check-pass
let_chains: Test pretty output for simple stable if-let.
2019-05-15 14:03:44 -05:00
// compile-flags: -Z unpretty=expanded
fn
main
(
)
{
if
let
0
=
1
{
}
}
Reference in New Issue
Copy Permalink