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 supported353 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Stability on `pub use` items is mandatory but has no effect
- unreachable code is not detected if it depends on never type fallback
- Fix suggestion on assert! points into the macros definition
- `Send is not general enough` misleadingly reported, covering actual issue of captured reference lifetime
- Add some sort of `-Clink-sdkroot=...` flag?
- Incorrect codegen (instead of error) since 1.87.0, when all but one register is reserved on RISC-V.
- Asynchronous closures make trait constraint inference recursive
- Fix duplicate error for stability attributes
- Adding a trait bound can change evaluation order of compound assignments and change drop behavior of closures.
- function call inference incorrectly handles autoderef chains which encounter infer
- Docs
- Rust not yet supported