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 supported360 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- std::future: Document that each Future (Stream, etc) must only be used by one task at a time
- Decide the precise rules for operand of &raw [const|mut]
- Disambiguate between `()` as type and as value in const generic arguments
- Error in `async` function/block produces errors for valid unrelated expressions
- Tone down encouragement to make everything Copy
- Provide UnixPath and WindowsPath (ditto PathBuf) on all platforms
- Missing braces in macro_rules rule cause unrelated parser error
- Direct users to crate-type=cdylib in crate-type=dylib documentation
- Syntax of `rustc --cfg` with key and value is obscure.
- impl Trait cannot work well with lifetime bounds
- Docs
- Rust not yet supported