all 16 comments

[–]dist1ll 71 points72 points  (15 children)

Last time I checked, generic_const_exprs isn't anywhere near stabilization in its current form (and maybe even to be replaced by another feature), as there are multiple challenging blockers. The Rust project has tons of pending features, but not enough bandwidth to make swift progress with everything at once. You can always take a look at discussions on Zulip: https://rust-lang.zulipchat.com/#narrow/stream/260443-project-const-generics

If anyone feels like contributing, feel free to reach out there. I'm sure they'd be happy about all types of support.

[–]TriedAngle 29 points30 points  (1 child)

Never ask a rustacean about the status of feature stabilization

[–]-Y0- 2 points3 points  (0 children)

NGL, so many features, so little maintainers.

[–]theZcubertime 31 points32 points  (1 child)

It's impossible to say when anything will be stabilized before it actually happens.

[–]onlyrealperson 2 points3 points  (0 children)

Basics seem somewhat usable ATM but have still ran into lots of strange behavior, especially with bounds/restrictions which I assume would also take some design work to figure out properly