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