summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-7868.stderr
blob: 1a33e647588f19ea3c6c678285c23ae9e483b57c (plain)
1
2
3
4
5
6
7
8
9
10
11
error: unsafe block missing a safety comment
  --> $DIR/auxiliary/ice-7868-aux.rs:2:5
   |
LL |     unsafe { 0 };
   |     ^^^^^^^^^^^^
   |
   = note: `-D clippy::undocumented-unsafe-blocks` implied by `-D warnings`
   = help: consider adding a safety comment on the preceding line

error: aborting due to previous error