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