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