Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
issue-3145.rs
blob: 0b07de1144ce750a6c90895baad4ddcd349570dd [
file
]
fn
main
()
{
println
!(
"{}"
a
);
//~ERROR: expected `,`, found `a`
}