Add module documentation for rustdoc passes

These are currently documented at
https://rustc-dev-guide.rust-lang.org/rustdoc-internals.html#hot-potato
but can easily go out of date. We'd like to document them in place and
link to
https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/passes/index.html
This commit is contained in:
Jacob Hoffman-Andrews
2021-12-15 18:59:00 -08:00
parent d594910a2d
commit 1d10e1acf6
12 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//! Calculates information used for the --show-coverage flag.
use crate::clean;
use crate::core::DocContext;
use crate::html::markdown::{find_testable_code, ErrorCodes};