This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-03 12:13:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
37f62a54f8
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 10:47:33 +00:00
Fix ice
2017-03-03 13:46:33 +00:00
#![
allow(clippy)
]
fn
main
(
)
{
match
1
{
1
=
>
{
}
2
=
>
{
[
0
;
1
]
;
}
_
=
>
{
}
}
}
Reference in New Issue
Copy Permalink