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