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
Just popping a message here, since I saw in the logs that the cncli version 4.0.4 fails to build. Might be not an issue from your site, but here is the log.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:48:15
|
48 | impl<T, const CAP: usize> Drop for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:63:15
|
63 | impl<T, const CAP: usize> ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:470:45
|
470 | struct BackshiftOnDrop<'a, T, const CAP: usize> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:477:23
|
477 | impl<T, const CAP: usize> Drop for BackshiftOnDrop<'_, T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:497:59
|
497 | fn process_one<F: FnMut(&mut T) -> bool, T, const CAP: usize, const DELETED: bool>(
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:497:77
|
497 | fn process_one<F: FnMut(&mut T) -> bool, T, const CAP: usize, const DELETED: bool>(
| ^^^^^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:705:15
|
705 | impl<T, const CAP: usize> ArrayVecImpl for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:725:15
|
725 | impl<T, const CAP: usize> Deref for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:733:15
|
733 | impl<T, const CAP: usize> DerefMut for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:750:15
|
750 | impl<T, const CAP: usize> From<[T; CAP]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:775:15
|
775 | impl<T, const CAP: usize> std::convert::TryFrom<&[T]> for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:803:23
|
803 | impl<'a, T: 'a, const CAP: usize> IntoIterator for &'a ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:820:23
|
820 | impl<'a, T: 'a, const CAP: usize> IntoIterator for &'a mut ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:837:15
|
837 | impl<T, const CAP: usize> IntoIterator for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:847:30
|
847 | pub struct IntoIter<T, const CAP: usize> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:852:15
|
852 | impl<T, const CAP: usize> Iterator for IntoIter<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:873:15
|
873 | impl<T, const CAP: usize> DoubleEndedIterator for IntoIter<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:887:15
|
887 | impl<T, const CAP: usize> ExactSizeIterator for IntoIter<T, CAP> { }
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:889:15
|
889 | impl<T, const CAP: usize> Drop for IntoIter<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:904:15
|
904 | impl<T, const CAP: usize> Clone for IntoIter<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:914:15
|
914 | impl<T, const CAP: usize> fmt::Debug for IntoIter<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:926:35
|
926 | pub struct Drain<'a, T: 'a, const CAP: usize> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:936:32
|
936 | unsafe impl<'a, T: Sync, const CAP: usize> Sync for Drain<'a, T, CAP> {}
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:937:32
|
937 | unsafe impl<'a, T: Send, const CAP: usize> Send for Drain<'a, T, CAP> {}
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:939:23
|
939 | impl<'a, T: 'a, const CAP: usize> Iterator for Drain<'a, T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:955:23
|
955 | impl<'a, T: 'a, const CAP: usize> DoubleEndedIterator for Drain<'a, T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:966:23
|
966 | impl<'a, T: 'a, const CAP: usize> ExactSizeIterator for Drain<'a, T, CAP> {}
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:968:23
|
968 | impl<'a, T: 'a, const CAP: usize> Drop for Drain<'a, T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1011:15
|
1011 | impl<T, const CAP: usize> Extend for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1028:15
|
1028 | impl<T, const CAP: usize> ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1035:52
|
1035 | pub(crate) unsafe fn extend_from_iter<I, const CHECK: bool>(&mut self, iterable: I)
| ^^^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1094:15
|
1094 | impl<T, const CAP: usize> iter::FromIterator for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1105:15
|
1105 | impl<T, const CAP: usize> Clone for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1127:15
|
1127 | impl<T, const CAP: usize> Hash for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1135:15
|
1135 | impl<T, const CAP: usize> PartialEq for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1143:15
|
1143 | impl<T, const CAP: usize> PartialEq<[T]> for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1151:15
|
1151 | impl<T, const CAP: usize> Eq for ArrayVec<T, CAP> where T: Eq { }
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1153:15
|
1153 | impl<T, const CAP: usize> Borrow<[T]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1157:15
|
1157 | impl<T, const CAP: usize> BorrowMut<[T]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1161:15
|
1161 | impl<T, const CAP: usize> AsRef<[T]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1165:15
|
1165 | impl<T, const CAP: usize> AsMut<[T]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1169:15
|
1169 | impl<T, const CAP: usize> fmt::Debug for ArrayVec<T, CAP> where T: fmt::Debug {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1173:15
|
1173 | impl<T, const CAP: usize> Default for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1180:15
|
1180 | impl<T, const CAP: usize> PartialOrd for ArrayVec<T, CAP> where T: PartialOrd {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1202:15
|
1202 | impl<T, const CAP: usize> Ord for ArrayVec<T, CAP> where T: Ord {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:34:30
|
34 | pub struct ArrayString {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:40:12
|
40 | impl Default for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:48:12
|
48 | impl ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:422:12
|
422 | impl Deref for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:434:12
|
434 | impl DerefMut for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:446:12
|
446 | impl PartialEq for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:453:12
|
453 | impl PartialEq for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:460:12
|
460 | impl PartialEq<ArrayString> for str
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:467:12
|
467 | impl Eq for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:470:12
|
470 | impl Hash for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:477:12
|
477 | impl Borrow for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:482:12
|
482 | impl AsRef for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:487:12
|
487 | impl fmt::Debug for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:492:12
|
492 | impl fmt::Display for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:498:12
|
498 | impl fmt::Write for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:509:12
|
509 | impl Clone for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:521:12
|
521 | impl PartialOrd for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:532:12
|
532 | impl PartialOrd for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:543:12
|
543 | impl PartialOrd<ArrayString> for str
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:554:12
|
554 | impl Ord for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:561:12
|
561 | impl FromStr for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:619:16
|
619 | impl<'a, const CAP: usize> TryFrom<&'a str> for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:630:16
|
630 | impl<'a, const CAP: usize> TryFrom<fmt::Arguments<'a>> for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/utils.rs:4:44
|
4 | pub(crate) struct MakeMaybeUninit<T, const N: usize>(PhantomData<fn() -> T>);
| ^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/utils.rs:6:15
|
6 | impl<T, const N: usize> MakeMaybeUninit<T, N> {
| ^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error: aborting due to 71 previous errors
For more information about this error, try rustc --explain E0658.
error: could not compile arrayvec.
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile cncli v4.0.4 (/cncli), intermediate artifacts can be found at /cncli/target
Caused by:
build failed
The text was updated successfully, but these errors were encountered:
Just popping a message here, since I saw in the logs that the cncli version 4.0.4 fails to build. Might be not an issue from your site, but here is the log.
Step 7/13 : RUN echo "Building tags/v$VERSION..." && git clone https://github.com/AndrewWestberg/cncli && cd cncli && git fetch --all --recurse-submodules --tags && git tag && git checkout tags/v$VERSION && cargo install --path . --force && cncli -V
---> Running in bcb3eb486284
Building tags/v4.0.4...
Cloning into 'cncli'...
Fetching origin
0.1.0
0.1.1
0.1.2
0.1.3
v0.1.4
v0.1.5
v0.2.0
v0.2.1
v0.2.10
v0.2.11
v0.2.2
v0.2.3
v0.2.4
v0.2.5
v0.2.6
v0.2.7
v0.2.8
v0.2.9
v0.3.0
v0.3.1
v0.3.2
v0.3.3
v0.4.0
v0.4.1
v0.4.2
v0.5.0
v0.5.1
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.5.6
v0.5.7
v0.5.8
v0.5.9
v0.6.0
v1.0.0
v1.0.1
v1.0.2
v1.0.3
v1.0.4
v1.1.0
v1.2.0
v1.2.1
v1.3.0
v1.3.1
v1.4.0
v1.4.1
v1.5.0
v1.5.1
v2.0.0
v2.0.1
v2.0.2
v2.0.3
v2.1.0
v2.1.1
v3.0.0
v3.1.0
v3.1.1
v3.1.2
v3.1.3
v3.1.4
v3.1.5
v4.0.0
v4.0.1
v4.0.2
v4.0.3
v4.0.4
Note: switching to 'tags/v4.0.4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 91e61b2 Update to new guild network
Installing cncli v4.0.4 (/cncli)
Updating crates.io index
Downloading crates ...
Downloaded ansi_term v0.12.1
Downloaded proc-macro2 v1.0.34
Downloaded base64 v0.13.0
Downloaded atomic-waker v1.0.0
Downloaded either v1.6.1
Downloaded want v0.3.0
Downloaded hex v0.4.3
Downloaded hashbrown v0.9.1
Downloaded strsim v0.8.0
Downloaded syn v1.0.82
Downloaded url v2.2.2
Downloaded socket2 v0.4.2
Downloaded proc-macro-hack v0.5.19
Downloaded futures-task v0.3.17
Downloaded getrandom v0.2.3
Downloaded fallible-streaming-iterator v0.1.9
Downloaded waker-fn v1.1.0
Downloaded tinyvec_macros v0.1.0
Downloaded tracing v0.1.29
Downloaded parse-zoneinfo v0.3.0
Downloaded smallvec v1.7.0
Downloaded serde-aux v2.3.0
Downloaded rusqlite v0.24.2
Downloaded rayon-core v1.9.1
Downloaded structopt v0.3.25
Downloaded proc-macro-nested v0.1.7
Downloaded try-lock v0.2.3
Downloaded tokio-native-tls v0.3.0
Downloaded unicode-width v0.1.9
Downloaded unicode-normalization v0.1.19
Downloaded itertools v0.10.3
Downloaded unicode-segmentation v1.8.0
Downloaded tokio-util v0.6.9
Downloaded value-bag v1.0.0-alpha.8
Downloaded crossbeam-epoch v0.9.5
Downloaded futures-macro v0.3.17
Downloaded aho-corasick v0.7.18
Downloaded constant_time_eq v0.1.5
Downloaded proc-macro-error v1.0.4
Downloaded serde_derive v1.0.131
Downloaded unicode-bidi v0.3.7
Downloaded polling v2.2.0
Downloaded structopt-derive v0.4.18
Downloaded version_check v0.9.3
Downloaded cfg-if v1.0.0
Downloaded httparse v1.5.1
Downloaded hashbrown v0.11.2
Downloaded chrono v0.4.19
Downloaded serde_json v1.0.73
Downloaded matches v0.1.9
Downloaded env_logger v0.7.1
Downloaded mio v0.7.14
Downloaded humantime v1.3.0
Downloaded num_cpus v1.13.0
Downloaded vec_map v0.8.2
Downloaded num-traits v0.2.14
Downloaded kv-log-macro v1.0.7
Downloaded log v0.4.14
Downloaded heck v0.3.3
Downloaded itoa v0.4.8
Downloaded hyper v0.14.16
Downloaded regex-syntax v0.6.25
Downloaded tracing-core v0.1.21
Downloaded bitflags v1.3.2
Downloaded openssl v0.10.38
Downloaded memoffset v0.6.5
Downloaded num-bigint v0.3.3
Downloaded tokio v1.15.0
Downloaded memchr v2.4.1
Downloaded rug v1.14.0
Downloaded http v0.2.5
Downloaded blake2b_simd v0.5.11
Downloaded native-tls v0.2.8
Downloaded encoding_rs v0.8.30
Downloaded itoa v1.0.1
Downloaded chrono-tz v0.5.3
Downloaded libsqlite3-sys v0.20.1
Downloaded indexmap v1.7.0
Downloaded gmp-mpfr-sys v1.4.7
Downloaded clap v2.34.0
Downloaded atty v0.2.14
Downloaded crossbeam-deque v0.8.1
Downloaded blake2b_simd v1.0.0
Downloaded crossbeam-channel v0.5.1
Downloaded bytes v1.1.0
Downloaded az v1.2.0
Downloaded event-listener v2.5.1
Downloaded blocking v1.1.0
Downloaded autotools v0.2.4
Downloaded lazy_static v1.4.0
Downloaded hyper-tls v0.5.0
Downloaded reqwest v0.11.7
Downloaded pretty_env_logger v0.4.0
Downloaded http-body v0.4.4
Downloaded futures-util v0.3.17
Downloaded concurrent-queue v1.2.2
Downloaded num-integer v0.1.44
Downloaded httpdate v1.0.2
Downloaded env_logger v0.8.4
Downloaded cardano_ouroboros_network v0.2.8
Downloaded ahash v0.4.7
Downloaded rand_chacha v0.3.1
Downloaded quick-error v1.2.3
Downloaded openssl-sys v0.9.72
Downloaded idna v0.2.3
Downloaded serde v1.0.131
Downloaded regex v1.5.4
Downloaded proc-macro-error-attr v1.0.4
Downloaded ppv-lite86 v0.2.15
Downloaded pkg-config v0.3.24
Downloaded openssl-probe v0.1.4
Downloaded humantime v2.1.0
Downloaded futures-sink v0.3.17
Downloaded futures-io v0.3.17
Downloaded futures-executor v0.3.17
Downloaded futures-core v0.3.17
Downloaded futures-channel v0.3.17
Downloaded futures v0.3.17
Downloaded rand v0.8.4
Downloaded form_urlencoded v1.0.1
Downloaded foreign-types-shared v0.1.1
Downloaded async-channel v1.6.1
Downloaded serde_urlencoded v0.7.0
Downloaded rand_core v0.6.3
Downloaded quote v1.0.10
Downloaded pin-project-lite v0.2.7
Downloaded foreign-types v0.3.2
Downloaded pin-utils v0.1.0
Downloaded h2 v0.3.9
Downloaded fastrand v1.5.0
Downloaded arrayvec v0.5.2
Downloaded once_cell v1.9.0
Downloaded cache-padded v1.1.1
Downloaded byteorder v1.4.3
Downloaded autocfg v1.0.1
Downloaded arrayvec v0.7.2
Downloaded rayon v1.5.1
Downloaded slab v0.4.5
Downloaded hashlink v0.6.0
Downloaded serde_cbor v0.11.2
Downloaded mime v0.3.16
Downloaded half v1.8.2
Downloaded ctor v0.1.21
Downloaded scopeguard v1.1.0
Downloaded net2 v0.2.37
Downloaded fnv v1.0.7
Downloaded bigdecimal v0.2.2
Downloaded async-task v4.0.3
Downloaded async-mutex v1.4.0
Downloaded async-lock v2.4.0
Downloaded async-io v1.6.0
Downloaded async-global-executor v2.0.2
Downloaded async-executor v1.4.1
Downloaded arrayref v0.3.6
Downloaded unicode-xid v0.2.2
Downloaded tower-service v0.3.1
Downloaded tinyvec v1.5.1
Downloaded time v0.1.44
Downloaded textwrap v0.11.0
Downloaded termcolor v1.1.2
Downloaded ryu v1.0.9
Downloaded parking v2.0.0
Downloaded libc v0.2.112
Downloaded futures-lite v1.12.0
Downloaded fallible-iterator v0.2.0
Downloaded cfg-if v0.1.10
Downloaded cc v1.0.72
Downloaded percent-encoding v2.1.0
Downloaded ipnet v2.3.1
Downloaded crossbeam-utils v0.8.5
Downloaded async-std v1.10.0
Compiling autocfg v1.0.1
Compiling proc-macro2 v1.0.34
Compiling unicode-xid v0.2.2
Compiling libc v0.2.112
Compiling syn v1.0.82
Compiling memchr v2.4.1
Compiling cfg-if v1.0.0
Compiling version_check v0.9.3
Compiling log v0.4.14
Compiling pin-project-lite v0.2.7
Compiling futures-core v0.3.17
Compiling cc v1.0.72
Compiling pkg-config v0.3.24
Compiling lazy_static v1.4.0
Compiling futures-io v0.3.17
Compiling slab v0.4.5
Compiling proc-macro-hack v0.5.19
Compiling once_cell v1.9.0
Compiling futures-task v0.3.17
Compiling serde_derive v1.0.131
Compiling bytes v1.1.0
Compiling proc-macro-nested v0.1.7
Compiling futures-sink v0.3.17
Compiling futures-channel v0.3.17
Compiling serde v1.0.131
Compiling pin-utils v0.1.0
Compiling bitflags v1.3.2
Compiling crossbeam-utils v0.8.5
Compiling itoa v0.4.8
Compiling foreign-types-shared v0.1.1
Compiling cache-padded v1.1.1
Compiling openssl v0.10.38
Compiling fnv v1.0.7
Compiling event-listener v2.5.1
Compiling parking v2.0.0
Compiling waker-fn v1.1.0
Compiling fastrand v1.5.0
Compiling hashbrown v0.11.2
Compiling matches v0.1.9
Compiling native-tls v0.2.8
Compiling httparse v1.5.1
Compiling tinyvec_macros v0.1.0
Compiling regex-syntax v0.6.25
Compiling try-lock v0.2.3
Compiling crossbeam-epoch v0.9.5
Compiling gmp-mpfr-sys v1.4.7
Compiling percent-encoding v2.1.0
Compiling openssl-probe v0.1.4
Compiling ryu v1.0.9
Compiling rayon-core v1.9.1
Compiling scopeguard v1.1.0
Compiling encoding_rs v0.8.30
Compiling tower-service v0.3.1
Compiling serde_json v1.0.73
Compiling httpdate v1.0.2
Compiling async-task v4.0.3
Compiling unicode-bidi v0.3.7
Compiling quick-error v1.2.3
Compiling termcolor v1.1.2
Compiling arrayref v0.3.6
Compiling atomic-waker v1.0.0
Compiling constant_time_eq v0.1.5
Compiling unicode-width v0.1.9
Compiling ahash v0.4.7
Compiling itoa v1.0.1
Compiling unicode-segmentation v1.8.0
Compiling az v1.2.0
Compiling half v1.8.2
Compiling ansi_term v0.12.1
Compiling mime v0.3.16
Compiling cfg-if v0.1.10
Compiling ipnet v2.3.1
Compiling ppv-lite86 v0.2.15
Compiling arrayvec v0.7.2
Compiling vec_map v0.8.2
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:42:30
|
42 | pub struct ArrayVec<T, const CAP: usize> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:48:15
|
48 | impl<T, const CAP: usize> Drop for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:63:15
|
63 | impl<T, const CAP: usize> ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:470:45
|
470 | struct BackshiftOnDrop<'a, T, const CAP: usize> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:477:23
|
477 | impl<T, const CAP: usize> Drop for BackshiftOnDrop<'_, T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:497:59
|
497 | fn process_one<F: FnMut(&mut T) -> bool, T, const CAP: usize, const DELETED: bool>(
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:497:77
|
497 | fn process_one<F: FnMut(&mut T) -> bool, T, const CAP: usize, const DELETED: bool>(
| ^^^^^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:705:15
|
705 | impl<T, const CAP: usize> ArrayVecImpl for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:725:15
|
725 | impl<T, const CAP: usize> Deref for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:733:15
|
733 | impl<T, const CAP: usize> DerefMut for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:750:15
|
750 | impl<T, const CAP: usize> From<[T; CAP]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:775:15
|
775 | impl<T, const CAP: usize> std::convert::TryFrom<&[T]> for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:803:23
|
803 | impl<'a, T: 'a, const CAP: usize> IntoIterator for &'a ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:820:23
|
820 | impl<'a, T: 'a, const CAP: usize> IntoIterator for &'a mut ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:837:15
|
837 | impl<T, const CAP: usize> IntoIterator for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:847:30
|
847 | pub struct IntoIter<T, const CAP: usize> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:852:15
|
852 | impl<T, const CAP: usize> Iterator for IntoIter<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:873:15
|
873 | impl<T, const CAP: usize> DoubleEndedIterator for IntoIter<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:887:15
|
887 | impl<T, const CAP: usize> ExactSizeIterator for IntoIter<T, CAP> { }
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:889:15
|
889 | impl<T, const CAP: usize> Drop for IntoIter<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:904:15
|
904 | impl<T, const CAP: usize> Clone for IntoIter<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:914:15
|
914 | impl<T, const CAP: usize> fmt::Debug for IntoIter<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:926:35
|
926 | pub struct Drain<'a, T: 'a, const CAP: usize> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:936:32
|
936 | unsafe impl<'a, T: Sync, const CAP: usize> Sync for Drain<'a, T, CAP> {}
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:937:32
|
937 | unsafe impl<'a, T: Send, const CAP: usize> Send for Drain<'a, T, CAP> {}
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:939:23
|
939 | impl<'a, T: 'a, const CAP: usize> Iterator for Drain<'a, T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:955:23
|
955 | impl<'a, T: 'a, const CAP: usize> DoubleEndedIterator for Drain<'a, T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:966:23
|
966 | impl<'a, T: 'a, const CAP: usize> ExactSizeIterator for Drain<'a, T, CAP> {}
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:968:23
|
968 | impl<'a, T: 'a, const CAP: usize> Drop for Drain<'a, T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1011:15
|
1011 | impl<T, const CAP: usize> Extend for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1028:15
|
1028 | impl<T, const CAP: usize> ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1035:52
|
1035 | pub(crate) unsafe fn extend_from_iter<I, const CHECK: bool>(&mut self, iterable: I)
| ^^^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1094:15
|
1094 | impl<T, const CAP: usize> iter::FromIterator for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1105:15
|
1105 | impl<T, const CAP: usize> Clone for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1127:15
|
1127 | impl<T, const CAP: usize> Hash for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1135:15
|
1135 | impl<T, const CAP: usize> PartialEq for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1143:15
|
1143 | impl<T, const CAP: usize> PartialEq<[T]> for ArrayVec<T, CAP>
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1151:15
|
1151 | impl<T, const CAP: usize> Eq for ArrayVec<T, CAP> where T: Eq { }
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1153:15
|
1153 | impl<T, const CAP: usize> Borrow<[T]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1157:15
|
1157 | impl<T, const CAP: usize> BorrowMut<[T]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1161:15
|
1161 | impl<T, const CAP: usize> AsRef<[T]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1165:15
|
1165 | impl<T, const CAP: usize> AsMut<[T]> for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1169:15
|
1169 | impl<T, const CAP: usize> fmt::Debug for ArrayVec<T, CAP> where T: fmt::Debug {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1173:15
|
1173 | impl<T, const CAP: usize> Default for ArrayVec<T, CAP> {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1180:15
|
1180 | impl<T, const CAP: usize> PartialOrd for ArrayVec<T, CAP> where T: PartialOrd {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/arrayvec.rs:1202:15
|
1202 | impl<T, const CAP: usize> Ord for ArrayVec<T, CAP> where T: Ord {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:34:30
|
34 | pub struct ArrayString {
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:40:12
|
40 | impl Default for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:48:12
|
48 | impl ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:422:12
|
422 | impl Deref for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:434:12
|
434 | impl DerefMut for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:446:12
|
446 | impl PartialEq for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:453:12
|
453 | impl PartialEq for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:460:12
|
460 | impl PartialEq<ArrayString> for str
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:467:12
|
467 | impl Eq for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:470:12
|
470 | impl Hash for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:477:12
|
477 | impl Borrow for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:482:12
|
482 | impl AsRef for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:487:12
|
487 | impl fmt::Debug for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:492:12
|
492 | impl fmt::Display for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:498:12
|
498 | impl fmt::Write for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:509:12
|
509 | impl Clone for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:521:12
|
521 | impl PartialOrd for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:532:12
|
532 | impl PartialOrd for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:543:12
|
543 | impl PartialOrd<ArrayString> for str
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:554:12
|
554 | impl Ord for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:561:12
|
561 | impl FromStr for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:619:16
|
619 | impl<'a, const CAP: usize> TryFrom<&'a str> for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/array_string.rs:630:16
|
630 | impl<'a, const CAP: usize> TryFrom<fmt::Arguments<'a>> for ArrayString
| ^^^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/utils.rs:4:44
|
4 | pub(crate) struct MakeMaybeUninit<T, const N: usize>(PhantomData<fn() -> T>);
| ^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error[E0658]: const generics are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/utils.rs:6:15
|
6 | impl<T, const N: usize> MakeMaybeUninit<T, N> {
| ^
|
= note: see issue #74878 rust-lang/rust#74878 for more information
error: aborting due to 71 previous errors
For more information about this error, try
rustc --explain E0658
.error: could not compile
arrayvec
.To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile
cncli v4.0.4 (/cncli)
, intermediate artifacts can be found at/cncli/target
Caused by:
build failed
The text was updated successfully, but these errors were encountered: