This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-15 09:27:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
347d999b97
rust-clippy
/
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-06 05:13:43 +00:00
#![
warn(clippy::use_self)
]
Put ice test auxiliary fix in right place
2019-11-08 05:18:12 +00:00
#[
path =
"
auxiliary/ice-4727-aux.rs
"
]
Fix crash in `use-self` lint Fixes #4727
2019-11-06 05:13:43 +00:00
mod
aux
;
fn
main
(
)
{
}
Reference in a new issue
Copy permalink