Skip to content

False-positives due to renaming re-exports + name collisions in the same crate #202

@obi1kenobi

Description

@obi1kenobi

Our cargo semver-checks CI steps currently fail for libp2p-dcutr and libp2p-relay, even though neither of them merged any changes since the last libp2p v0.50.0 release.

Originally posted by @mxinden in libp2p/rust-libp2p#2647 (comment)

I was able to replicate the issue locally. The generated rustdoc for libp2p-dcutr at first glance doesn't seem to have anything out of place. I spot-checked one of the enums and variants that reported an error, and they were present in both the baseline and current rustdoc with identical IDs and reasonable-looking data.

This issue needs further triage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: doesn't meet expectationsC-enhancementCategory: raise the bar on expectations

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions