]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/issue-83883-describe-lints.stdout
Update unsuspicious file list
[rustc.git] / src / test / rustdoc-ui / issue-83883-describe-lints.stdout
CommitLineData
cdc7bbd5
XL
1
2Available lint options:
3 -W <foo> Warn about <foo>
4 -A <foo> Allow <foo>
5 -D <foo> Deny <foo>
6 -F <foo> Forbid <foo> (deny <foo> and all attempts to override)
7
8
9Lint checks provided by rustc:
10
11 $NAMES $LEVELS $MEANINGS
12
13Lint groups provided by rustc:
14
15 $NAMES $SUB_LINTS
16
17Lint checks provided by plugins loaded by this crate:
18
19 $NAMES $LEVELS $MEANINGS
20
21Lint groups provided by plugins loaded by this crate:
22
064997fb 23 $NAMES $SUB_LINTS
cdc7bbd5 24