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 supported276 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- #[repr(align(N))] fields not allowed in #[repr(packed(M>=N))] structs
- `Box<dyn FnOnce(T)>` doesn't seem to be really contravariant with T
- Type inference for `todo!()` breaks inside a tuple
- Redundant error for "implementation ... not general enough" in "NLL" mode / since 1.63 (when it was made permanent).
- Borrow checking for static methods became more strict
- #[deny(overflowing_literals)] is not triggered on proc macro output without a source span
- `Result<u32, u32>` uses less efficient ABI than `Result<i32, u32>`
- Tracking Issue for refined trait implementations
- Reference to `std::fmt::Debug` not using full path in "multiple applicable items in scope" error
- Diagnostic Translation
- Docs
- Rust not yet supported