about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/issue-83883-describe-lints.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-ui/issues/issue-83883-describe-lints.stdout')
-rw-r--r--tests/rustdoc-ui/issues/issue-83883-describe-lints.stdout24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/issues/issue-83883-describe-lints.stdout b/tests/rustdoc-ui/issues/issue-83883-describe-lints.stdout
new file mode 100644
index 00000000000..bbf66a31583
--- /dev/null
+++ b/tests/rustdoc-ui/issues/issue-83883-describe-lints.stdout
@@ -0,0 +1,24 @@
+
+Available lint options:
+    -W <foo>           Warn about <foo>
+    -A <foo>           Allow <foo>
+    -D <foo>           Deny <foo>
+    -F <foo>           Forbid <foo> (deny <foo> and all attempts to override)
+
+
+Lint checks provided by rustc:
+
+    $NAMES  $LEVELS  $MEANINGS
+
+Lint groups provided by rustc:
+
+    $NAMES  $SUB_LINTS
+
+Lint checks provided by plugins loaded by this crate:
+
+    $NAMES  $LEVELS  $MEANINGS
+
+Lint groups provided by plugins loaded by this crate:
+
+    $NAMES  $SUB_LINTS
+