Sign in
rust
/
rust-clippy
/
62a82b361c02838afdf607d461726e0407f1a5ec
/
.
/
tests
/
ui
/
issue-3145.stderr
blob: d7c2c88a204701d96d6bbbfad2d99075db8a7180 [
file
] [
log
] [
blame
]
error
:
expected
`,`
,
found
`a`
-->
$DIR
/
issue
-
3145.rs
:
2
:
19
|
LL
|
println
!(
"{}"
a
);
|
^
expected
`,`
error
:
aborting due to previous error