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
- consider fixing common regression with expansion of 2-phase borrows
- Adding `impl Add<char> for String` breaks code (adding an impl leads to breakage due to deref coercions)
- Bad diagnostic for associated types when forgetting type arguments
- Lint against float literals like 4444444444_f32 that "overflow" their mantissa
- Bug: a macro never hit recursion limit, `cargo build` run... forever!
- #[macro_use] use path; produces unhelpful diagnostics
- Add impl<T: Unsize<U>, U: ?Sized> From<T> for Box<U>
- 1.27.0 Compiler Options: no-redzone option (Is the explanation backwards?)
- Code fails to link on macOS with incremental compilation
- HRTB-like bounds on structs
- Docs
- Rust not yet supported