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
a6b34861c4
rust
/
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 04:33:44 -05:00
#![
allow(clippy::all)
]
Fix ice
2017-03-03 07:46:33 -06:00
fn
main
(
)
{
match
1
{
rustfmt tests
2018-12-09 16:26:16 -06:00
1
=
>
{
}
,
Fix ice
2017-03-03 07:46:33 -06:00
2
=
>
{
[
0
;
1
]
;
rustfmt tests
2018-12-09 16:26:16 -06:00
}
,
_
=
>
{
}
,
Fix ice
2017-03-03 07:46:33 -06:00
}
}
Reference in New Issue
Copy Permalink