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