Sign in
rust
/
rust
/
1eabe65151de970f14a41c85a877db79d8b3c430
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3675.rs
blob: f16efb2dcac1577ea251465f919f1de6e2658f1f [
file
] [
log
] [
blame
]
fn
main
()
{
println
!(
"{}"
// comment
,
111
);
}