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 supported273 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- std::env members need to document "process global" risks.
- Resolving recursive traits with type parameters requires exponential memory in certain cases
- Improve diagnostics when a type does not impl a trait despite #[derive]'ing it
- Clearer error for failed tests which returned a Result Err()
- Moving a method from struct impl to trait causes performance degradation
- Docs suggest implemting try_fold on std::iter::iterator, which is not possible due to Try being unstable
- Code generation quality for a recursive function
- Error message [E0423] "expected value, found built-in attribute `start`" is confusing
- Compile error in main code when doc-testing a crate that has the same name as a module
- Later use of borrow is not explained if it happens in case of panic
- Docs
- Rust not yet supported