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
Description
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?