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
- 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)
- 1 million item array spends inordinate time on error path of typechecking
- Don't suggest "there is a method with a similar name" for crates that are not used as a dependency
- pow inference is not great
- Docs
- Rust not yet supported