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
- Associated type with a `'static` bound still captures lifetimes when using `impl Trait`.
- Cow<'a, T> isn't specializable while FooCow<'a, T> is
- Inherent associated types defined on non-ADTs don't resolve successfully
- Incorrect compiler's suggestion on a `#[derive(Deserialize)]` on struct with an `Option`'s field and custom `deserialize_with`
- Specialized Associated Type Cannot be Assigned to Value of Concrete Type (Despite type_name Working as Expected)
- Allow only implementing `Read::read_buf`
- Unnecessary assembly generated on match statement of u64::trailing_zeros() result
- implied bounds: lifetime equality lost after normalization
- Regression: duplicate messages appear in --error-format=json
- LTO produces worse codegen for a loop
- Docs
- Rust not yet supported