rust-clippy/tests/ui/crashes/auxiliary/ice-7868-aux.rs

6 lines
166 B
Rust
Raw Normal View History

2021-10-27 00:12:13 +00:00
fn zero() {
unsafe { 0 };
2023-07-28 13:24:40 +00:00
//~^ ERROR: unsafe block missing a safety comment
//~| NOTE: `-D clippy::undocumented-unsafe-blocks` implied by `-D warnings`
2021-10-27 00:12:13 +00:00
}