|
|
|
|
|
by mindv0rtex
2229 days ago
|
|
I hope Rust adds the major anticipated features (GATs, const generics, specialization) soon, or alternatively decides to not implement them altogether. I'm a rather new Rust developer, but still I very quickly ran into the issue of needing a nightly version of rustc because one of my dependencies (PyO3) relied on one of these features. It would be awesome to have some periodic updates from the compiler team on the progress thereof. |
|
https://github.com/rust-lang/wg-traits/tree/master/minutes
https://github.com/rust-lang/lang-team/tree/master/minutes
https://rust-lang.github.io/compiler-team/
There's a youtube channel too. (Also start here: https://blog.rust-lang.org/inside-rust/2020/03/28/traits-spr... )
The important thing is the `chalk` work. And basically the rust-analyzer approach drives that.
Hah, this branch PR got merged 6 days ago into rust master: https://github.com/rust-lang/rust/pull/69406