Y
Hacker News
new
|
ask
|
show
|
jobs
by
simias
2037 days ago
Indeed, I can't wait for const generics to become available outside of std, I've been bumping into that limitation since pre-rust-1.0 days, it'll be amazing to finally be able to rewrite all that hacky code correctly.
1 comments
nicoburns
2037 days ago
min_const_generics is targeted for Rust 1.50 :)
link
matt_kantor
2037 days ago
For anyone who wants to learn more:
https://github.com/rust-lang/rust/pull/79135
link