-
I created a new extension:
```sh
cargo pgrx new separate_tests
```
Then followed the first example in [this Discord post](https://discord.com/channels/710918545906597938/1117863684916645930/12…
-
People tend to use the autoimporting trait method completion for `borrow`/`borrow_mut` when they meant to use the inherent method completion for `RefCell` causing confusion as the method now changes m…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.83.0-insider
- OS Version: Windows 11
Steps to Reproduce:
1. Install the rust-analyzer ext…
-
**editor or extension**: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable) VSCode `v0.3.2037`
The n…
-
rust-analyzer generates documentation by running `cargo doc --all --no-deps` in CI, but I've noticed that the resulting documentation doesn't have *any* clickable links, even to other workspace crates…
-
I would like to disable diagnostics on all usages of `include!()` in my project, so I disabled diagnostics for macro errors by configuring this setting `"rust-analyzer.diagnostics.disabled": ["unr…
-
A regular source of annoyance for me is the flurry of error messages when I am resolving a merge conflict. There are syntax errors everywhere which make the code hard to read. Could rust-analyzer noti…
-
I checked even with rust-analyzer not running:
```bash
cargo new reproducer
cd reproducer
cargo add alpm --features=static
cargo build
cargo build
```
-
Thank you for `rust-analyzer`.
- Please, consider showing rustdoc of attribute macros (on mouse over in VS Code...).
- And, if you do choose to implement it, please also carry rustdoc if a macro i…
-
A few places in the code there is something weird with `#[pallet::genesis_build]` and I think a few other scenarios involving storages that causes the following error (only in rust-analyzer, but possi…