]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-83883-describe-lints.rs
Rollup merge of #107779 - compiler-errors:issue-107775, r=jackh726
[rust.git] / tests / rustdoc-ui / issue-83883-describe-lints.rs
1 // compile-flags: -W help
2 // check-pass
3 // check-stdout
4 // error-pattern:Lint checks provided
5 // error-pattern:rustdoc::broken-intra-doc-links
6 //
7 // ignore-tidy-linelength
8 //
9 // normalize-stdout-test: "( +name  default  meaning\n +----  -------  -------\n)?( *[[:word:]:-]+  (allow  |warn   |deny   |forbid )  [^\n]+\n)+" -> "    $$NAMES  $$LEVELS  $$MEANINGS"
10 // normalize-stdout-test: " +name  sub-lints\n +----  ---------\n( *[[:word:]:-]+  [^\n]+\n)+" -> "    $$NAMES  $$SUB_LINTS"