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
- Allow impl on projection
- `unused_parens`: False positive on parenthesized type-relative paths that would otherwise be interpreted as the start of a generic param list (`impl<T>`, `for<T>`, `where<T>`)
- Separate clauses and goals from the Predicate type
- Stack overflow with lots of slice indexing.
- Trait bounds of `<[T; MYSIZE] as SomeTrait>::AssociatedType` are not deduplicated
- TranslateError could have better formatting
- Pattern-matching on `#[non_exhaustive]` unit/tuple structs and variants causes confusing diagnostic
- Unreliable warnings about unreachable code downstream of uninhabited expression
- println panic suppressed by test harness stdio capture
- `fs::copy` emits FS events on the source file on macOS
- Docs
- Rust not yet supported