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
2024-12-16 18:44:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a0fb902bc
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-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 New Issue
Copy Permalink