Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Rust (rls) doesn't handle [patch.crates-ui] #485

Open
@mtsr

Description

@mtsr

I have the following in my (local) cargo.toml:

[patch.crates-io]
clips = { path = "../clips" }
clips-sys = { path = "../clips-sys" }

pointing to the (unpublished) development versions of those libraries. Building works fine, but RLS gives errors, like on functions that are implemented in the development version, but not in the published version.

Do I have a configuration issue or is this a known (current) limitation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugrlsIssue related to the RLS itself rather than the extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions