about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/issue-83883-describe-lints.rs
blob: a7b1c734d7f51bc72d5d46980019648bc5d8a764 (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"