-
**rust-analyzer version**: 0.3.2020
**rustc version**: 1.75.0
**editor or extension**: vscode
**relevant settings**: None
**repository link (if public, optional)**: https://github.com/VaRu…
-
Hi,
Some targets like android require additional configuration in order to compile the code. Would it be possible to provide additional configuration to override the runner for cargo? For example i…
-
- [ ] `matklad.rust-analyzer` to `rust-lang.rust-analyzer`
- [ ] `rustup component add rust-analysis` to `rustup component add rust-analyzer`
- [ ] Comments when the rust-analyzer extension did not …
-
https://bevy-cheatbook.github.io/setup/editor/vscode.html#speed-up-rust-analyzer tells the user to overwrite the `RUSTFLAGS` env var via the cargo config. This is generally a bad idea as it will cause…
-
### Check for existing issues
- [X] Completed
### Describe the feature
In vscode version rust-analyzer, you can specify env in `rust-analyzer.cargo.extraEnv` to define rustflags to be used while an…
-
# related:
- ✅ https://github.com/better-rs/.github/discussions/6
- ✅ https://github.com/better-rs/.github/discussions/2
- ✅ https://github.com/better-rs/.github/discussions/4
- ✅ #376
- ✅ #2…
-
**rust-analyzer version**: `rust-analyzer 1.81.0 (eeb90cda 2024-09-04)`
**rustc version**: rustc 1.81.0 (eeb90cda1 2024-09-04)
**editor or extension**: VSCode extension (version: v0.3.2121)
## Th…
-
### Problem
Im not sure if should be reaching out here or vscode for help on this...but i will start here and let me know if im int he wrong location..
i have built a vs code devcontainer based…
-
Handling of `unsafe_op_in_unsafe_fn` warning introduced by #18135 is unfortunately a bit broken (@ChayimFriedman2).
In our project, we deny warnings, which only has an effect on *enabled* warnings. I…
-
- I have searched open and closed issues and pull requests for duplicates, using these search terms:
- shadowing
-
-
- I have checked the latest `main` branch to see if this has already been…