Skip to content

Docs failed, suspect duplicate function name in different modules. #2598

Closed
@kenba

Description

@kenba

Crate name

unit-sphere

Build failure link

https://docs.rs/crate/unit-sphere/0.3.0/builds

Additional details

The function calculate_haversine_distance was declared in both the trig module and the lib module.
I suspect that this may have been the cause of the failure despite cargo doc --open and cargo clippy --all-features reporting no errors when built with rustc 1.81.0 (eeb90cda1 2024-09-04).

I've published a new version 0.3.1 of the crate with lib::calculate_haversine_distance renamed to lib::calculate_haversine_distance in an attempt to workaround the issue.

Activity

syphar

syphar commented on Sep 9, 2024

@syphar
Member

From what I see in the logs, it seems to be the issue is dimforge/nalgebra#1437, or to be more exact, rust-lang/rust#130056

syphar

syphar commented on Sep 9, 2024

@syphar
Member

I froze the nightly version that docs.rs uses and queued rebuilds for all releases on these nightlies.

I assume when the builders worked through the list we're fine again.

If not, feel free to reopen this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @syphar@kenba

        Issue actions

          Docs failed, suspect duplicate function name in different modules. · Issue #2598 · rust-lang/docs.rs