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
- The type inference for `T` cannot be done when the matched type has the form of `T::Output` and the trait is user-defined but it can be done for `FnTrait`
- Highlight default enum variant in rustdoc output
- Trait object lifetime defaults of GATs are not respected
- Panic while compiling sqlx with or without vendored openssl
- Performance of `BinaryHeap::into_sorted_vec` vs. `Vec::sort_unstable`
- This may be a me thing: No error generated if didn't flush buffer
- Promise made by the std::sync::RwLock documentation contradicted on next line and by pthread
- Slow compilation of async fn that creates a vector with many Strings created from string literals, even with no .await
- Compiling into infinite recursion and running out of memory causes the process to exit abnormally.
- Handling of packed fields causes semver hazard: layout details from other crates affect type-checking
- Docs
- Rust not yet supported