Open
Description
Metadata | |
---|---|
Point of contact | @obi1kenobi |
Team(s) | cargo, rustdoc |
Goal document | 2025h1/cargo-semver-checks |
Summary
Design and implement cargo-semver-checks
functionality that lies on the critical path for merging the tool into cargo itself. Continues the work of the 2024h2 goal.
Tasks and status
- Prototype cross-crate linting using workarounds (@obi1kenobi)
- Allow linting generic types, lifetimes, bounds (@obi1kenobi)
- Handle "special cases" like
'static
and?Sized
(@obi1kenobi) - Handle
#[doc(hidden)]
in sealed trait analysis (@obi1kenobi) - Discussion and moral support (cargo, rustdoc
)