-
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.2188-standalone (ba56d9b9b 2024-11-17) [c:\Users…
-
Feature gate: `#![feature(thread_spawn_hook)]`
This is a tracking issue for thread spawn hooks as proposed in https://github.com/rust-lang/rfcs/pull/3642
### Public API
```rust
// std::thread:
pub…
-
This is a tracking issue for changing the indentation level used in formatting assignment/op expressions where the left hand side expression has to be formatted across multiple lines, with the style/f…
-
See the recent run https://perf.rust-lang.org/compare.html?start=a8e1186e3c14a54f7a38cc1183117dc7e77f4f82&end=9fa9ef385c0aad8f5d4c8f7d92dca474367943a3&stat=size%3Adep_graph&tab=compile&nonRelevant=tru…
-
The rust code that is currently generated panics if the provided buffers are to short.
Is this really what we want?
Or would it be better if we iterate over the buffer as it is provided, and stop af…
-
> > If you want to do it in this PR (otherwise in a follow-up), we could add an `rustc` attribute to those `as_ptr`/`as_mut_ptr` methods.
>
> You can follow https://github.com/rust-lang/rust/pull/1321…
Urgau updated
2 weeks ago
-
We need to update to as new of a nightly as possible. The current nightly is extremely old. At the very least, we need to update past a nightly that fixes https://github.com/Rust-GPU/rust-gpu/issues/2…
-
### What needs to be fixed?
Old docs, with "master" in the URL, are accessible from static.rust-lang.org. This may show up in web search results, older forum posts, etc.
### Page(s) Affected
https:…
-
This is a tracking issue for dyn-compatible traits with async functions in them, called "async functions in dyn trait".
The feature gate for the issue is `#![feature(async_fn_in_dyn_trait)]`.
### Abo…
-
### Problem
With recent nightly toolchains, cargo segfaults on FreeBSD x86_64. The 2024-10-17 toolchain worked fine, but the bug was present in the 2024-10-24 toolchain . The segfault is dependent…