This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2025-02-16 05:58:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
536905278f
rust-clippy
/
tests
/
ui
/
issue-3145.rs
4 lines
69 B
Rust
Raw
Normal View
History
Unescape
Escape
Add regression test
2018-09-07 17:18:47 +02:00
fn
main
(
)
{
Improve recovery on malformed format call If a comma in a format call is replaced with a similar token, then we emit an error and continue parsing, instead of stopping at this point.
2020-08-31 11:45:50 +02:00
println!
(
"
{}
"
a
)
;
//~ERROR expected `,`, found `a`
Add regression test
2018-09-07 17:18:47 +02:00
}
Reference in a new issue
Copy permalink