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
d9c8d976cb
rust
/
tests
/
ui
/
crashes
/
ice-4727.rs
7 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix crash in `use-self` lint Fixes #4727
2019-11-05 23:13:43 -06:00
#![
warn(clippy::use_self)
]
Put ice test auxiliary fix in right place
2019-11-07 23:18:12 -06:00
#[
path =
"
auxiliary/ice-4727-aux.rs
"
]
Fix crash in `use-self` lint Fixes #4727
2019-11-05 23:13:43 -06:00
mod
aux
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink