File: issue-91713.stdout

package info (click to toggle)
rustc 1.85.0%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 893,176 kB
  • sloc: xml: 158,127; python: 35,830; javascript: 19,497; cpp: 19,002; sh: 17,245; ansic: 13,127; asm: 4,376; makefile: 1,051; lisp: 29; perl: 29; ruby: 19; sql: 11
file content (29 lines) | stat: -rw-r--r-- 1,402 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Available passes for running rustdoc:
check_doc_test_visibility - run various visibility-related lints on doctests
strip-aliased-non-local - strips all non-local private aliased items from the output
        strip-hidden - strips all `#[doc(hidden)]` items from the output
       strip-private - strips all private items from a crate which cannot be seen externally, implies strip-priv-imports
  strip-priv-imports - strips all private import statements (`use`, `extern crate`) from a crate
   propagate-doc-cfg - propagates `#[doc(cfg(...))]` to child items
 propagate-stability - propagates stability to child items
collect-intra-doc-links - resolves intra-doc links
 collect-trait-impls - retrieves trait impls for items in the crate
calculate-doc-coverage - counts the number of items with and without documentation
           run-lints - runs some of rustdoc's lints

Default passes for rustdoc:
 collect-trait-impls
check_doc_test_visibility
strip-aliased-non-local
        strip-hidden  (when not --document-hidden-items)
       strip-private  (when not --document-private-items)
  strip-priv-imports  (when --document-private-items)
collect-intra-doc-links
   propagate-doc-cfg
 propagate-stability
           run-lints

Passes run with `--show-coverage`:
        strip-hidden  (when not --document-hidden-items)
       strip-private  (when not --document-private-items)
calculate-doc-coverage