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
- Compiler got panicked while using Bevy.
- Incorrect trait bound handling for `IntoIterator<IntoIter = I, Item = T>`
- one type is more general than the other: note: expected reference `&_` found reference `&_` (note: the lifetime requirement is introduced here: [arrow points at nothing])
- Potentially false positive of "lifetime may not live long enough" after introduction of `Sized` bound on associated type
- rustdoc shows a non-public path for rustc_target::callconv::PassMode
- ICE: `Add != BinOp::Eq | BinOp::Ne | BinOp::Le | BinOp::Lt | BinOp::Ge | BinOp::Gt | BinOp::Offset`
- ICE: Failed to resolve instance for `<() as Supertrait<()>>::method`
- Bootstrap vendoring requires `rustc-perf` submodule (unconditionally?)
- `-Zbuild-std` shouldn't explode on compiler-builtins fragility
- E0433 and E0599 should suggest correct type when it is known
- Docs
- Rust not yet supported