rust
https://github.com/rust-lang/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 supported359 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Partially const traits
- tuple struct expressions with non-visible (private) fields should bias towards suggesting methods
- ICE on stable 1.64.0 and nightly when running `cargo check`
- Terse diagnostic "unexpected end of macro invocation" when misusing `assert_eq!`
- Unhelpful diagnostic when parsing fails because of wrong metavariable kind
- Help message to use `U::try_from(t)` when use `U::from(t)` to expect `Result<U, E>`
- When `.into` used, but it doesn't exist but `.try_into()` is available, suggest using `try_into()`
- Confusing error message on trait bound not satisfied with supertraits
- Weird Match Statement Codegen With Byte Strings
- Crashed running hello world.
- Docs
- Rust not yet supported