Sign in
rust
/
rust
/
37ece9cf9bcfd9587d584a757f5073731ce5a2d5
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3131.rs
blob: c4cb2d8c03c03bc522d1d4023a4ab81289f79fa1 [
file
] [
log
] [
blame
]
fn
main
()
{
match
3
{
t
if
match
t
{
_
=>
true
,
}
=>
{},
_
=>
{}
}
}