Commit 03fb484
committed
Delete
```
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
```ArrayVecCopy::new_const since it doesn't work on Rust 1.511 parent 4f348df commit 03fb484
2 files changed
+23
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
31 | 52 | | |
32 | 53 | | |
33 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 85 | | |
100 | 86 | | |
101 | 87 | | |
| |||
0 commit comments