rust
https://github.com/mozilla/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 supported277 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Provide better diagnostics upon encountering an infinite cyclic type
- [NLL] No "expected ..., found ..." in diagnostics
- box syntax creates Box<T> where T is not yet initialized
- Make rustc gracefully handle "too many open files"
- Use of moved closure suggests using a move reference instead of borrowing the closure
- CTFE cycle error doesn't adequately point out location of cycle
- Double-panics recurse in `panic = "abort"` mode
- !nonnull not emitted when loading the field of nonnull
- Stop using inherent impl to generate auto/blanket impl
- `Vec::extend_from_slice`’s documentation forgot about the difference of `T: Clone` vs. `T: Copy` bounds.
- Docs
- Rust not yet supported