-
**rust-analyzer version**: rust-analyzer 1.81.0 (eeb90cd 2024-09-04)
**rustc version**: rustc 1.81.0 (eeb90cda1 2024-09-04)
**editor or extension**: neovim with rustaceanvim and default configur…
-
The registry does not respond within 1 minute to request from cargo. My cargo config looks like this:
```toml
registry = { default = "cargo-http-registry" }
registries = { cargo-http-registry = { i…
-
Consider this code:
```rust
trait Foo {
const BAR: u64;
}
fn use_foo() -> u64 {
T::BAR
}
```
The reference to `T::BAR` becomes a `GlobalVar` pointing to `FOO::BAR` like this:
```js…
-
Rust's libstd is also licensed under `MIT OR Apache-2.0` and includes transitive dependencies that we need to scan and process the licenses for all of them to include in the attribution output.
htt…
-
There are a few [`CARGO_*` environment variables that are currently set by `rustc`](https://github.com/bazelbuild/rules_rust/blob/main/rust/private/rustc.bzl#L121-L134) but don't appear to get set by …
-
Let my start by saying that I'm NOT asking for help with my project, and I KNOW my code is broken. I just want rustc to give me an error message instead of deadlocking. :)
I found this while trying…
Max-E updated
4 years ago
-
Using krate init or build commands on Windows or Linux do not return any message.
In order to the krate send command works, it could be useful to indicate into the README the executable krate file mu…
-
For now, there is this repo where you can grep up to date API in form of router paths and `params.get` (or `query.get` or maybe something else I haven't seen) which access keyword parameters, but this…
hcpl updated
2 months ago
-
https://docs.rs/crate/abi_stable/0.8.0/builds
abi_stable
https://docs.rs/crate/abi_stable/0.8.0/builds/203164
It also failed on my computer (in nightly-2019-12-03-x86_64-unknown-linux-gnu) wi…
-
Discovered while working on https://github.com/rust-lang/rust/pull/60568.
The lists of failing tests are below, testing was done on `x86_64-pc-windows-gnu` target.