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 supported286 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Fix code suggestion for local enum patterns in non-exhaustive matches
- Reached the recursion limit while instantiating (closure)
- Clarifying the behavior of `#[rustc_nounwind]` at trait methods
- Reserve before `write_fmt` for owned buffers
- Missing `match` arms suggests the function name for enums defined inside the function but shadowed
- "cannot assign in match guard" error message only triggers if the pattern doesn't bind anything
- Migrating from `Fn -> impl Future` to `AsyncFn` breaks Send
- support `#[target_feature(enable = ...)]` on `#[naked]` functions
- Iterator performance regression 1.81 -> 1.82
- Dumps unbounded amounts of data in diagnostics (27M in three lines for one error!) for large input lines (and thinks about them for minutes first)
- Docs
- Rust not yet supported