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 supported356 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- (edition 2015) "patterns aren't allowed in methods without bodies" even though the method has a body
- Incorrect "can't find crate for `foo`" when really the dependency of `foo` is not found.
- false positive `unused_associated_type_bounds` bounds needed for code to compile
- Tracking issue for release notes of #142590: Allow `#[must_use]` on associated types to warn on unused values in generic contexts
- ICE when trying to create a static reference to a structure enclosing an external static value
- `tests/run-make/short-ice/` fails on i686 and x86_64 Windows msvc sometimes
- ICE: `.. has parameters, but no args were provided in instantiate`
- A lifetime-dependent bound is not merged into a higher-ranked lifetime bound
- Inconsistent method lookup on never type
- ICE: type flags said there was an error, but now there is not
- Docs
- Rust not yet supported