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
- example on String::from_raw_parts is correct in-context, but raise Miri error with seemingly sound modification
- Iterator::max with reference-type items cannot leverage SIMD instructions, resulting in low performance
- Spans disagree with each other on what the correct lifetime might be for the return type
- `[async block]: Future<Output = Ty>` obligations don't provide inference guidance
- Can this tag #![deny(const_item_mutation)] open default?
- Rust compiler or LLVM fails to generate branch-free code
- Opaque type stopped working between Rust 1.61 and 1.64
- Suggest .unwrap() if an Ok(T) would satisfy a trait bound for a Result
- `#![no_implicit_prelude]` cannot coexist with `#[rustfmt::skip]` and other tool-prelude attributes
- Exponential compile time for linear amount of "simple" trait bounds
- Docs
- Rust not yet supported