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
- The lint non_uppercase_globals is triggered even in local scope. It should trigger only for global scope, or be renamed to non_uppercase_const instead.
- Waker::will_wake() gets mostly defeated by executor optimizations
- cfg(doctest) doesn't work as expected
- `--emit=metadata` emitting empty .rmeta file
- `--emit=[asm|llvm-bc|llvm-ir|obj]` not emitting allocator or metadata
- format!() ignores width when displaying enums
- Tracking issue for `..X`, and `..=X` (`#![feature(half_open_range_patterns)]`)
- #[link_section] is only usable from the root crate
- Licensing: It's unclear exactly what license text must be included in a Rust binary.
- Missing TryInto from usize to float
- Docs
- Rust not yet supported