rust-clippy/tests/ui/crashes/ice-7934.rs
2021-11-07 14:28:30 -05:00

7 lines
137 B
Rust

#![warn(clippy::undocumented_unsafe_blocks)]
#![allow(clippy::no_effect)]
#[path = "auxiliary/ice-7934-aux.rs"]
mod zero;
fn main() {}