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
- Implicit returns and missing semicolons after `return` might cause a different drop order
- Wrongly suggests error E0029 in match range
- Warn about C-style octal literals
- Add rationale for `rustc_lint` behind allowing rustc::potential-query-instability lint
- Add rationale for `rustc_type_ir` behind allowing rustc::potential-query-instability lint
- `-Crelocation-model=rwpi` (and possibly others) are unsound due to affecting the ABI
- Further restricting what coercions are allowed on places of type `!`
- Lint on `as_deref` from `&&T` to `&&T` or `&T` to `&T`, to catch people thinking "deref" dereferences
- std: detect stack overflows in TLS destructors on UNIX
- Compile time regression with the new trait solver and diesel
- Docs
- Rust not yet supported