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