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