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 supported301 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Suggest `.try_into().unwrap()` or `as _` for const parameters of the wrong type (e.g., in array types) if applicable and possible on stable
- Symbol-mangling (v0) should show difference between async / closure / generator
- ICE: index out of bounds: the len is 1 but the index is 1', compiler/rustc_metadata/src/rmeta/decoder.rs:803:53
- Add a way to ensure tests actually test something
- Type Alias hides lifetime errors
- "bad" error message for inferred trait type arguments.
- Comparing `String < {number}` gives subpar suggestion and comparisons don't point at source of E0308 expectation
- rustdoc: const trait bound modifiers lead to duplicate bounds being render (because it currently strips the modifiers)
- atomic::Ordering docs provide fewer guarantees than C++20 reference
- flat_map fails to autovectorize internal iterators
- Docs
- Rust not yet supported