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
2025-02-09 21:42:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50ffaca4c9
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 10:47:33 +00:00
Fix ICE with match_def_path
2016-02-22 19:00:51 +00:00
#![
deny(clippy)
]
fn
core
(
)
{
}
fn
main
(
)
{
core
(
)
;
}
Reference in New Issue
Copy Permalink