You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
I get an error when I try to edit a folder that contains many crates. So the Cargo.toml files are not at the root, but in the folders. Seems RLS is checking for a Cargo.toml at the root of my folder instead of starting where my main.rs file is.
It's fair enough to report it though as it still isn't idea how we handle this. We've gone from just not working, to erroring without telling you why, to finally erroring and telling you why (#49).
The message comes from Rls, but perhaps we can do more. I'll raise an issue as a placeholder.
I get an error when I try to edit a folder that contains many crates. So the
Cargo.toml
files are not at the root, but in the folders. Seems RLS is checking for aCargo.toml
at the root of my folder instead of starting where mymain.rs
file is.Two examples of multi-crate repos:
This is the error:
The text was updated successfully, but these errors were encountered: