Sign in
rust
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_5676.rs
blob: 2587711054536465fbcfd847af29d8f6ae55f242 [
file
] [
log
] [
blame
]
fn
main
()
{
match
true
{
true
=>
'
a
:
{
break
'
a
;
}
_
=>
(),
}
}