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 supported290 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Compiler should be able to compile EnumVariant(foo) == function_returning_enum() without PartialEq
- impl Fn with explicit lifetimes does not implement FnOnce
- VaList: Allow VaList::arg to fetch bool values
- Assertion fails in doc example for std::thread::sleep() in 1.32.0 stable
- missing_docs false positive on re-export in module with #![allow(missing_docs)]
- error[E0275]: "overflow evaluating the requirement" triggered by importing a path of length 2
- FFI -L linker paths ignored on Linux but work on Mac
- Diagnostics: Suggest replacing (problematic) `assert!(x, y)` with `assert_eq!(x, y)`
- Suggestion for pub(crate) and reexports are tricked
- DerefMut borrow method call is too long with Deref arguments
- Docs
- Rust not yet supported