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