Closed
Description
------problem-statement----
After running rustlings lsp and setting cargo to use all features (for the exercise feature). Rust analyzer still fails to recognize the workspace and populate the exercises subdirectory with diagnostic information.
Please note that I still get Syntax Errors
---------env-info-----------
- Neovim Version: v0.9.0-dev-1147+ge389b1890
- cargo 1.66.0 (d65d197ad 2022-11-15)
- rust-analyzer 1.68.0 (2c8cc343 2023-03-06)
-------what-I-tried--------
- Run rustligns lsp multiple times after re installing rustlings
- setting cargo. Features to "exercises"
- setting cargo.features to "all"
- updating rust
- updating rust-analyzer
- trying to see if VScode gets it
- manually adding the exercise subdir into the cargo.toml file with
[features]
default = ["exercises"]
exercises = []
None of the above worked :(
Metadata
Metadata
Assignees
Labels
No labels