Skip to content
Snippets Groups Projects
Commit 11a5b59d authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

add rust-analyzer to the toolchain (dragoon/komodo!188)

this should avoid the following error when trying to rust the LSP in a toolchain which does not have the `rust-analyzer` component and without running `rustup component add rust-analyzer` manually:
```
error: Unknown binary 'rust-analyzer' in official toolchain 'stable-x86_64-unknown-linux-gnu'.
```
parent f2a76fbb
No related branches found
No related tags found
No related merge requests found
[toolchain]
profile = "minimal"
channel = "1.78"
components = ["rustfmt", "clippy"]
components = ["rustfmt", "clippy", "rust-analyzer"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment