Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ This runs counter to the way the rest of Cargo works which creates warts in beha
Some examples of problems with doctests are:
- inability to run `cargo check` or `cargo clippy` on them
- `cargo test --workspace` rebuilding doctests when there was no change
- cargo can't collect "unused depednency" messages from rustc to identify which dependencies are unused across all dev-dependencies
- cargo can't collect "unused dependency" messages from rustc to identify which dependencies are unused across all dev-dependencies

This also affects future plans including:
- Coverage reporting ([#13040](https://github.com/rust-lang/cargo/issues/13040))
Expand Down