rust
https://github.com/rust-lang/rust
Rust
A safe, concurrent, practical language.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported324 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Build script binaries crash with "dyld: malformed mach-o image: missing LC_DYSYMTAB" on macOS 10.15 when "strip = true"
- Add diagnostic for stack allocations of 1 GB or more
- Empty super::{} and self::{} imports gives an error.
- ICE with assoc const equality & closure: `Type system constant with non valtree'able type evaluated but no error emitted`
- Closure lifetime error doesn't reference variable when `move` is used
- Add clearer error message when mistakenly using `ok_or` instead of `ok_or_else` and equivalent method
- Clarification needed on what happens when `Future::poll` wakes an old waker
- ICE due to renaming type (`ParseError` -> `ParseDiagnostic`)
- Confusing error `captured variable cannot escape FnMut closure body` caused by unnecessary move closure
- Conflicting trait impls cause ICE with `generic_const_exprs`
- Docs
- Rust not yet supported