staticvec icon indicating copy to clipboard operation
staticvec copied to clipboard

change requirement to rust stable

Open CapSel opened this issue 4 years ago • 1 comments

Rust 1.51 implements const generics - https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html

CapSel avatar Mar 25 '21 20:03 CapSel

I'd love to, eventually. However, this crate does rely on a significant number of nightly-only features that aren't actually a part of the recent stabilization. You can see all the flags I have to use here.

slightlyoutofphase avatar Mar 25 '21 22:03 slightlyoutofphase