-
The inactive-code check appears to false positive (IMO) on `#[cfg(doc)]`.
Sample code
```
#[cfg(doc)]
use std::future::Future;
/// Handy struct that pairs well with [`Future`].
pub struct Pa…
-
here is my install steps:
1, `brew install fnm`
2,add `eval "$(fnm env --use-on-cd)"` to `~/.zshrc`
3, `source ~/.zshrc`
4, ` fnm install --lts`
5, `which node`
-------
hi
…
-
I was editing a rust file in nvim, efm was detected via `:LspInfo`, however, It refused to work, the log file `~/.cache/nvim/lsp.log` shows this error:
```
[START][2022-05-03 16:21:32] LSP logging…
-
## Steps to reproduce
0. Make sure that VS Code is set to reopen files from the previous session upon startup.
1. Open a Rust project, and open Rust file with at least 200 lines of code (I'm n…
-
https://github.com/rust-analyzer/expect-test/issues/39
-
_Edit_: This seems to be specifically true for cargo workspaces.
I'm not sure if this is a bug report, feature request, or a configuration problem on my end. I've been writing rust with rust-analyz…
-
I have a [rust project that uses wgpu](https://github.com/mcclure/rs-hello). WGPU results in the `target/` being very very large, like 4GB even though the executable is much smaller.
I have noticed…
-
+ https://typeof.net
+ https://rust-analyzer.github.io
+ https://www.rust-lang.org
+ https://leanprover.github.io (my favorite)
+ https://www.haskell.org
+ https://haskell.foundation
+ https://n…
-
I cannot build cargo-outdated with latest nightly rust release. It looks like the stdsimd feature is missing.
```
$ lsb_release -sir
Ubuntu
22.04
$ arch
x86_64
$ cat rust-toolchain.toml
…
-
### I've searched open issues for similar requests
- [X] Yes
### Is your feature request related to a problem? Please describe.
As a follow-up to https://github.com/williamboman/mason.nvim/issues/4…