2021-11-04 12:52:36 +00:00
|
|
|
error: unsafe block missing a safety comment
|
|
|
|
--> $DIR/auxiliary/ice-7868-aux.rs:2:5
|
|
|
|
|
|
|
|
|
LL | unsafe { 0 };
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
2022-04-07 18:39:59 +01:00
|
|
|
= help: consider adding a safety comment on the preceding line
|
2022-09-22 20:04:22 +04:00
|
|
|
= note: `-D clippy::undocumented-unsafe-blocks` implied by `-D warnings`
|
2021-11-04 12:52:36 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|