Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Circular dependency in crates trips up rust-analyzer #598

@geigerzaehler

Description

@geigerzaehler

The integration tests in librad depend on the librad-test crate which in turn depends on the librad library. While cargo can deal with this circular dependecy rust-analyzer cannot. For all imports in of librad in librad-test I see

[rust-analyzer unresolved-import] [E] unresolved import

To address this I’d suggest moving the integration tests from librad/tests to librad-test/tests.

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

    Issue actions