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
38d4ac7cea
rust
/
tests
/
run-pass
/
ice-700.rs
8 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Adapt run-pass tests to the tool_lints
2018-07-30 04:33:44 -05:00
#![
deny(clippy::all)
]
Fix ICE with match_def_path
2016-02-22 13:00:51 -06:00
fn
core
(
)
{
}
fn
main
(
)
{
core
(
)
;
}
Reference in New Issue
Copy Permalink