Qisheng Liu
Qisheng Liu
When installing TFXUI using CMake's `find_package()`, the implementation source code is not available, resulting LSP not being able to provide correct "hover document", as they're in the implementation files, according...
### Issues - [X] I have checked [existing issues](https://github.com/vuki656/package-info.nvim/issues?q=is%3Aissue) and there are no issues with the same problem. ### Plugin Version - [X] I am using the latest version of...
### What does this PR try to resolve? Before, [`resolve_all_features()`](https://github.com/rust-lang/cargo/blob/13695497cd3060ba2700a5552b3397c451456a89/src/cargo/ops/cargo_compile/mod.rs#L1001-L1032) isn't filtering dependencies, as it uses the set returned by [`Resolve::deps()`](https://github.com/rust-lang/cargo/blob/0f14d9d2fa4ca7ebee982e6015e98b0d28495390/src/cargo/core/resolver/resolve.rs#L327-L330) directly which is mostly unfiltered. This PR fixes it...