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