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 supported276 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Unhelpful borrowing suggested when wrongly constructing an unsized type
- `~const` is allowed on structs (and other bad positions) within `const fn`.
- Tracking issue for release notes of #130443: Fix ICE when passing DefId-creating args to legacy_const_generics.
- Tracking issue for release notes of #129248: Taking a raw ref (`&raw (const|mut)`) of a deref of pointer (`*ptr`) is always safe
- `unused_imports` on `pub use macros::*` should explain that `[macro_export]` macros don't need to be exported.
- Add lint rule for `#[deprecated]` on re-exports
- Robustify and genericize return-type-notation resolution in `resolve_bound_vars`
- ICE: `assertion failed: !t.has_escaping_bound_vars()'`
- ICE: not enough bound vars
- Tracking Issue for `bare_link_kind`
- Docs
- Rust not yet supported