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 supported277 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Changing options on cloned TcpStream doesn't propagated to the original one
- AArch64: `target_feature=pmuv3` should not be assumed by default for all CPUs.
- noalias on a Box doesn't seem to have an impact when compiling without `-C panic=abort`
- "cannot return … reference to data owned by the current function" even though the result would be a harmless reborrow
- 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
- No syntactic way to specify GATs with where bounds in where clauses
- Suggest adding a reference for `&[str]`, not just `str`
- Docs
- Rust not yet supported