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