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