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
- Can we split `E0308` into different errors for better `--explain`?
- Tracking Issue for `mem::conjure_zst` (`feature(mem_conjure_zst)`)
- Compiler hangs indefinitely when using associated types instead of their explicit type.
- Suggest borrowing when user tries to convert `T` to `&U` but only `impl From<T> for U` exists
- Changing options on cloned TcpStream doesn't propagated to the original one
- noalias on a Box doesn't seem to have an impact when compiling without `-C panic=abort`
- Confusing "the parameter type `Self` may not live long enough" error with dyn HRTB callback taking GAT
- Using `Option` to get undefined behaviour in a `const`
- Add `note` explaining that the same variant of the same enum with different type params are different types
- Confusing Error Message on Closure Argument Lifetimes
- Docs
- Rust not yet supported