Update to a newer nightly
Open
@eddyb is already working on this.
Since Nov 8, 2024.
enhancement
fixed by forward porting
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 125
- PR merge metrics
- No merged PRs in 30d
Description
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/29. Unfortunately, there are some hard breaks from rustc in the update that we'll have to do substantial work to port past. Specifically, these untyped alloc changes: https://github.com/rust-lang/rust/commit/f4426c189f2587fc5e8f48bf518cc75a37d93d0f
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.