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
2024-11-24 05:33:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8ebed4cc1a
rust-clippy
/
tests
/
ui
/
issue-3145.rs
4 lines
70 B
Rust
Raw
Normal View
History
Unescape
Escape
Add regression test
2018-09-07 15:18:47 +00:00
fn
main
(
)
{
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
2023-07-02 12:35:19 +00:00
println!
(
"
{}
"
a
)
;
//~ERROR: expected `,`, found `a`
Add regression test
2018-09-07 15:18:47 +00:00
}
Reference in a new issue
Copy permalink