Sign in
rust
/
rust
/
8a7e1d75b2e2f4a2e89420130bca8d8d97f9074e
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-4018.rs
blob: 9a91dd9a30669043f46139f5a40eba0f76ffcad0 [
file
]
fn
main
()
{
;
/* extra comment */
;
}
fn
main
()
{
println
!(
""
);
// comment 1
// comment 2
// comment 3
// comment 4
;
}