This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5446e73de6
rust
/
tests
/
run-pass
/
ice-1588.rs
14 lines
132 B
Rust
Raw
Normal View
History
Unescape
Escape
Reduce the hackiness of cargo-clippy
2017-09-18 05:47:33 -05:00
Fix ice
2017-03-03 07:46:33 -06:00
#![
allow(clippy)
]
fn
main
(
)
{
match
1
{
1
=
>
{
}
2
=
>
{
[
0
;
1
]
;
}
_
=
>
{
}
}
}
Reference in New Issue
Copy Permalink