Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update rustdoc-ui test output
  • Loading branch information
GuillaumeGomez committed Feb 3, 2023
commit 6713e6813ff16404fe8904c035c58a67cecab5a7
2 changes: 2 additions & 0 deletions tests/rustdoc-ui/issue-91713.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ check_doc_test_visibility - run various visibility-related lints on doctests
propagate-doc-cfg - propagates `#[doc(cfg(...))]` to child items
collect-intra-doc-links - resolves intra-doc links
collect-trait-impls - retrieves trait impls for items in the crate
collect-local-resources - resolves intra-doc links
calculate-doc-coverage - counts the number of items with and without documentation
run-lints - runs some of rustdoc's lints

Expand All @@ -16,6 +17,7 @@ check_doc_test_visibility
strip-private (when not --document-private-items)
strip-priv-imports (when --document-private-items)
collect-intra-doc-links
collect-local-resources
propagate-doc-cfg
run-lints

Expand Down