]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-7868.stderr
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / tests / ui / crashes / ice-7868.stderr
1 error: unsafe block missing a safety comment
2   --> $DIR/auxiliary/ice-7868-aux.rs:2:5
3    |
4 LL |     unsafe { 0 };
5    |     ^^^^^^^^^^^^
6    |
7    = note: `-D clippy::undocumented-unsafe-blocks` implied by `-D warnings`
8 help: consider adding a safety comment
9    |
10 LL ~     // Safety: ...
11 LL ~     unsafe { 0 };
12    |
13
14 error: aborting due to previous error
15