diff options
Diffstat (limited to 'src/test/ui/lint/lint-unknown-lint-cmdline.stderr')
-rw-r--r-- | src/test/ui/lint/lint-unknown-lint-cmdline.stderr | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/ui/lint/lint-unknown-lint-cmdline.stderr b/src/test/ui/lint/lint-unknown-lint-cmdline.stderr deleted file mode 100644 index 3855d5527..000000000 --- a/src/test/ui/lint/lint-unknown-lint-cmdline.stderr +++ /dev/null @@ -1,21 +0,0 @@ -error[E0602]: unknown lint: `bogus` - | - = note: requested on the command line with `-D bogus` - -error[E0602]: unknown lint: `dead_cod` - | - = help: did you mean: `dead_code` - = note: requested on the command line with `-D dead_cod` - -error[E0602]: unknown lint: `bogus` - | - = note: requested on the command line with `-D bogus` - -error[E0602]: unknown lint: `dead_cod` - | - = help: did you mean: `dead_code` - = note: requested on the command line with `-D dead_cod` - -error: aborting due to 4 previous errors - -For more information about this error, try `rustc --explain E0602`. |