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 supported273 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- rustc_span footgun: ensure_source_file_source_present has to be manually called.
- Consider warning when comparing wide pointers with vtables (as their address identity is unstable)
- Confusing diagnostics where the error mentions Sized but not that a trait bound is not implemented (where it would be for a Sized type).
- More precise drop elaboration
- false negative unused_mut: if let x .. = &mut
- The type-checker assumes that Trait<'a>::AssociatedType may be outlived by 'a, even with "where AssociatedType: 'a"
- Import suggestion at incorrect line when first line is a struct attribute
- rustc's -W/A/D/F options should ignore clippy:: lints
- Possibly incorrect syntax `Enum::<Type, Params>::Variant` allowed since 1.33
- libc symbols are included in cross-compiled static libraries
- Docs
- Rust not yet supported