index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5797
/
retain_trailing_semicolon.rs
blob: 851073971f69f6a7b716993424b38766cbed592c (
plain
)
1
2
3
4
5
6
7
// rustfmt-trailing_semicolon: false
fn
foo
()
{}
fn
main
()
{
return
;
foo
()
}