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 supported301 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Tracking issue for release notes of #160203: `Iterator::{min,max}(_by_key)` should use overridden `min`/`max`/`lt`
- Tracking issue for release notes of #156160: feat: add symmetric PartialEq impls for Vec, &[T], &mut [T] versus Cow<'_, [T]>
- Return values from certain calls receive unnecessarily separate stack slots due to MIR passes
- [ICE]: `ScalarInt has size 8 but expected 1`
- [ICE]: `cannot call const_of_item on a non-type_const`
- [ICE]: `outlives clauses should not error outside borrowck`
- Tracking issue for release notes of #160229: Extend `dropping_{references,copy_types}` lints to `drop_in_place`
- `-Zpolonius` help text says `(default: no)` on nightlies where the default is `next`
- Spurious E0034 for trait methods coming from blanket impl on functions which already have other errors
- match guards with unreachable success blocks ignore fake borrows
- Docs
- Rust not yet supported