summary refs log tree commit diff
path: root/src/test/rustdoc-ui/issue-83883-describe-lints.rs
blob: a261b782d48593aa4e68122f88a07e4c96fed15c (plain)
1
2
3
4
5
6
7
8
// compile-flags: -W help
// check-pass
//
// 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"
// normalize-stdout-test: " +rustdoc::all(  (rustdoc::[[:word:]-]+, )*rustdoc::[[:word:]-]+)?" -> "    rustdoc::all  $$GROUPS$4"