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 supported287 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Remove support for prefix yield
- Add support for xray in aarch64 unknown none target
- rustc_borrowck: fix async closure error note to report FnOnce rather than Fn
- The `if cfg!(debug_assertions)` make the `unconditional_recursion` lint not work (e.x. when using `debug_assert_eq!`)
- Make inline attributes apply to the generated `poll` in async fn
- Tracking Issue for `Iterator::exactly_one` and `Iterator::collect_array`
- Miri dep-tests sometimes fail to find crate
- On name resolution error in parameter list, suggest possible `const` typo and avoid unnecessary second error
- Diagnostic doesn't clarify that error "cyclic type of infinite size" refers to type size / a failed occurs-check & not to the size of the in-memory representation of its values
- Make some MIR ref types closer to the source they are lowered from
- Docs
- Rust not yet supported