This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2a486528ee
rust
/
tests
/
run-pass
/
ice-700.rs
10 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
Reduce the hackiness of cargo-clippy
2017-09-18 12:47:33 +02:00
Fix ICE with match_def_path
2016-02-22 20:00:51 +01:00
#![
deny(clippy)
]
fn
core
(
)
{
}
fn
main
(
)
{
core
(
)
;
}
Reference in New Issue
Copy Permalink