rust
https://github.com/rust-lang/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 supported360 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Add note for to clarify trait restriction for function if we get (in my example "borrow as mutable" error)
- StorageLive (and even StorageDead) may be unnecessary in MIR.
- false positive "trait already implemented" (E0371)
- Large compile times with repetitive trait bound
- casting trait methods to FnOnce(&mut dyn Trait) is not ergonomic
- Closure capturing itself results in unclear "mismatched types" error
- Missed optimization on only used once allocation
- Diagnostics for mismatched generic types for constructors accessed via Self could show where the mismatch occurs
- Suggest replacing `const` with `let` on "can't use generic parameters from outer item" (outer fn specifically) (if appropriate)
- Scan is overly specialized
- Docs
- Rust not yet supported