summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0602.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/error-codes/E0602.stderr')
-rw-r--r--src/test/ui/error-codes/E0602.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/error-codes/E0602.stderr b/src/test/ui/error-codes/E0602.stderr
deleted file mode 100644
index 2b3722633..000000000
--- a/src/test/ui/error-codes/E0602.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error[E0602]: unknown lint: `bogus`
- |
- = note: requested on the command line with `-D bogus`
-
-error[E0602]: unknown lint: `bogus`
- |
- = note: requested on the command line with `-D bogus`
-
-error: aborting due to 2 previous errors
-
-For more information about this error, try `rustc --explain E0602`.