#[doc(hidden)]
pub type with non hidden aliases not flagged when breaking semver
#895
Labels
#[doc(hidden)]
pub type with non hidden aliases not flagged when breaking semver
#895
Is this about an existing lint, or proposing a new one?
I guess this is from an existing lint? But I don't know which one...
Steps to reproduce the bug with the above code
Original code:
Updated code (patch or minor release)):
Actual Behaviour
cargo semver-checks
(v0.34.0) output:Expected Behaviour
cargo semver-checks
should flag the visibility change inIdType.0
as a semver violation.Generated System Information
Software version
cargo-semver-checks 0.34.0
Operating system
Linux 6.6.47
Command-line
cargo version
Compile time information
Build Configuration
Repository is a
cargo new --lib
blank repoAdditional Context
This came up while discussing changes to
rustdoc-types
c:The text was updated successfully, but these errors were encountered: