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
- `unsafe_code` lint does not properly detect usages of `unsafe` functions when in an unsafe scope
- rustdoc should simplify rendered cfg conditions by making use of Boolean algebra on a best effort basis
- Do not suggest introducing lifetime parameters in structs
- Suggest `.try_into().unwrap()` or `as _` for const parameters of the wrong type (e.g., in array types) if applicable and possible on stable
- Symbol-mangling (v0) should show difference between async / closure / generator
- ICE: index out of bounds: the len is 1 but the index is 1', compiler/rustc_metadata/src/rmeta/decoder.rs:803:53
- Unexpected type inference around unsized coercion
- Incremental Compile Bug On Moved Imports
- Add a way to ensure tests actually test something
- Type Alias hides lifetime errors
- Docs
- Rust not yet supported