-
## Environment
* **IntelliJ Rust plugin version:** 0.4.187.5137-223-nightly
* **Rust toolchain version:** rustc 1.68.0-nightly (0b90256ad 2023-01-13)
* **IDE name and version:** IntelliJ IDEA 202…
-
This is currently blocked by Fleet itself. Waiting on Fleet to release their `1.30.whatever` version, which supposedly allows user to override the version of `rust-analyzer` used by Fleet to fix the p…
-
Feature gate: `#![feature(error_reporter)]`
This is a tracking issue for a `Report` type that wraps an error, allowing the entire error chain to be printed in either single- or multi-line forma…
-
**rust-analyzer version**: 0.4.1797-standalone (f595e60b6 2024-01-06)
`DATABASE_POOL` declaration:
```rs
pub type PostgresPool = Pool;
pub type DatabasePoolFuture = impl Future;
pub static …
-
### Code
Clone [`http-body`](https://github.com/hyperium/http-body), checkout v0.4.6 and compile in release mode:
```shell
$ git clone https://github.com/hyperium/http-body.git
$ cd http-body
$ git…
-
### Steps:
- [x] create template Zed configuration file https://github.com/TeamHarTex/HarTex/pull/2135
- [ ] create Zed configuration step and register it with builder
-
### Code
```Rust
// https://github.com/HTGAzureX1212/HarTex/blob/491fe72da9042d5a5c7f61d0d5cdaf6e9b112057/discord-frontend/hartex-discord-leader/src/kafka.rs#L79-L120
```
### Current output
```She…
-
The current macro-based implementation is too messy.
Generating some bindings to the localization messages that can be accessed by invoking the underlying bundle would be more desirable.
-
### Code
set thread=8 in $CARGO_HOME/config.toml, then run `cargo install --debug volo-cli`
```toml
[build]
rustflags = ["-Z", "threads=8"]
```
seems caused by #113730
### Meta
…
-
My current attempts to compile my project, [`discord-frontend`](https://github.com/TeamHarTex/HarTex/tree/nightly/discord-frontend), fails with the `hartex-discord-worker` crate (the following output …