You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They don't work on Rust 1.51
```
error[E0723]: trait bounds other than `Sized` on const fn parameters are unstable
--> src/arrayvec_copy.rs:59:6
|
59 | impl<T: Copy, const CAP: usize> ArrayVecCopy<T, CAP> {
| ^
|
= note: see issue #57563 <rust-lang/rust#57563> for more information
= help: add `#![feature(const_fn)]` to the crate attributes to enable
```
0 commit comments