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 supported289 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- `pin!()` (and any other unsafe code relying on local variables having a fixed location) in a coroutine or `gen` block is unsound
- Make bitset `would_modify_words` more vectorizer-friendly
- Lifetime annotation not respected in recursive function with RPIT
- Recursive RPIT incorrectly errors: "concrete type differs from previous defining opaque type use"
- Windows/MSVC: Use hybrid CRT by default
- Add `should_skip_bounds_check` to MIR `Builder`
- [EXPERIMENT] RawBitSet experiments
- Incorrect error about lifetimes with Send bound on AsyncFnMut::CallRefFuture
- Lint against iterator functions that panic when `N` is zero
- TAIT + next-solver will allow constructing a unit struct without mentioning its type, causing `pinned-init` to be unsound.
- Docs
- Rust not yet supported