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 supported273 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- ICEs + RUST_BACKTRACE=1 should interleave the backtrace and query stack.
- Suboptimal error message when comma at the end of match arm is typo'd as a dot
- [libs] Add Read::take_while
- Misleading error message talks about return value of closure when the issue is about Fn vs FnOnce
- When supressing possibly-uninitialized errors, prefer showing the textually earlier error
- E0597: `lock` does not live long enough (surprising error, the message could be more helpful)
- Infinite recursion is not catched by the compiler.
- Tracking issue for `Write::write_all_vectored`
- Extraneous documentation in src/doc
- Wasteful duplication between incremental build dirs and normal artifacts.
- Docs
- Rust not yet supported