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