summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/lint-match-arms.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/lint-match-arms.stderr')
-rw-r--r--src/test/ui/lint/lint-match-arms.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/lint/lint-match-arms.stderr b/src/test/ui/lint/lint-match-arms.stderr
deleted file mode 100644
index 1bc0e41fd..000000000
--- a/src/test/ui/lint/lint-match-arms.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-error: unused variable: `y`
- --> $DIR/lint-match-arms.rs:5:9
- |
-LL | y => (),
- | ^ help: if this is intentional, prefix it with an underscore: `_y`
- |
-note: the lint level is defined here
- --> $DIR/lint-match-arms.rs:3:16
- |
-LL | #[deny(unused_variables)]
- | ^^^^^^^^^^^^^^^^
-
-error: aborting due to previous error
-