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-27 23:20:39 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f894adce8c
rust-clippy
/
tests
/
run-pass
/
ice-1588.rs
12 lines
138 B
Rust
Raw
Normal View
History
Unescape
Escape
Adapt run-pass tests to the tool_lints
2018-07-30 09:33:44 +00:00
#![
allow(clippy::all)
]
Fix ice
2017-03-03 13:46:33 +00:00
fn
main
(
)
{
match
1
{
rustfmt tests
2018-12-09 22:26:16 +00:00
1
=
>
{
}
,
Fix ice
2017-03-03 13:46:33 +00:00
2
=
>
{
[
0
;
1
]
;
rustfmt tests
2018-12-09 22:26:16 +00:00
}
,
_
=
>
{
}
,
Fix ice
2017-03-03 13:46:33 +00:00
}
}
Reference in a new issue
Copy permalink