Open jayvdb opened 6 months ago
I am using https://github.com/mozilla/rust-code-analysis/pull/1086 , but it is working when I using -p path/to/member/src/lib.rs, and -p path/to/member/
-p path/to/member/src/lib.rs
-p path/to/member/
However when I use -p . at the workspace root where top level Cargo.toml contains only workspace members and no package in the top level Cargo.toml.
-p .
Cargo.toml
I am using https://github.com/mozilla/rust-code-analysis/pull/1086 , but it is working when I using
-p path/to/member/src/lib.rs
, and-p path/to/member/
However when I use
-p .
at the workspace root where top levelCargo.toml
contains only workspace members and no package in the top levelCargo.toml
.