summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/issue-83883-describe-lints.rs
blob: 0474d6c143e924b50a6950b049a435b3536fc6e9 (plain)
1
2
3
4
5
6
7
8
9
10
// compile-flags: -W help
// check-pass
// check-stdout
// error-pattern:Lint checks provided
// error-pattern:rustdoc::broken-intra-doc-links
//
// ignore-tidy-linelength
//
// normalize-stdout-test: "( +name  default  meaning\n +----  -------  -------\n)?( *[[:word:]:-]+  (allow  |warn   |deny   |forbid )  [^\n]+\n)+" -> "    $$NAMES  $$LEVELS  $$MEANINGS"
// normalize-stdout-test: " +name  sub-lints\n +----  ---------\n( *[[:word:]:-]+  [^\n]+\n)+" -> "    $$NAMES  $$SUB_LINTS"