summaryrefslogtreecommitdiffstats
path: root/src/test/ui/union/union-lint-dead-code.thirunsafeck.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/union/union-lint-dead-code.thirunsafeck.stderr')
-rw-r--r--src/test/ui/union/union-lint-dead-code.thirunsafeck.stderr17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/ui/union/union-lint-dead-code.thirunsafeck.stderr b/src/test/ui/union/union-lint-dead-code.thirunsafeck.stderr
deleted file mode 100644
index 6e21584c3..000000000
--- a/src/test/ui/union/union-lint-dead-code.thirunsafeck.stderr
+++ /dev/null
@@ -1,17 +0,0 @@
-error: field `b` is never read
- --> $DIR/union-lint-dead-code.rs:8:5
- |
-LL | union Foo {
- | --- field in this union
-LL | x: usize,
-LL | b: bool,
- | ^
- |
-note: the lint level is defined here
- --> $DIR/union-lint-dead-code.rs:4:9
- |
-LL | #![deny(dead_code)]
- | ^^^^^^^^^
-
-error: aborting due to previous error
-