rust/tests/ui/unsafe/union_destructure.mir.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
364 B
Plaintext
Raw Normal View History

warning: unnecessary `unsafe` block
--> $DIR/union_destructure.rs:35:5
|
LL | unsafe {
| ^^^^^^ unnecessary `unsafe` block
|
= note: `#[warn(unused_unsafe)]` on by default
warning: unnecessary `unsafe` block
--> $DIR/union_destructure.rs:41:5
|
LL | unsafe {
| ^^^^^^ unnecessary `unsafe` block
warning: 2 warnings emitted