Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-7868.rs
blob: 727dd41aa322db3e58a6e56a4922a5fc47b41bed [
file
]
//@error-in-other-file:
#![
warn
(
clippy
::
undocumented_unsafe_blocks
)]
#![
allow
(
clippy
::
no_effect
)]
#[
path
=
"auxiliary/ice-7868-aux.rs"
]
mod
zero
;
fn
main
()
{}