Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-4727.rs
blob: 2a4bc83f58a55508b19f0815ce3c3af4e5fadd86 [
file
] [
log
] [
blame
]
#![
warn
(
clippy
::
use_self
)]
#[
path
=
"auxiliary/ice-4727-aux.rs"
]
mod
aux
;
fn
main
()
{}