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
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Blocking waiting for file lock on build directory
Compiling smallvec v1.6.1
Compiling getrandom v0.2.2
Compiling num-traits v0.2.14
error[E0658]: unions with non-Copy fields are unstable
--> C:\Users\devuser.cargo\registry\src\github.jparrowsec.cn-1ecc6299db9ec823\smallvec-1.6.1\src\lib.rs:353:1
|
353 | / union SmallVecData<A: Array> {
354 | | inline: core::mem::ManuallyDrop<MaybeUninit>,
355 | | heap: (*mut A::Item, usize),
356 | | }
| |_^
|
= note: see issue #55149 rust-lang/rust#55149 for more information
Compiling ahash v0.7.2
error: aborting due to previous error
For more information about this error, try rustc --explain E0658.
error: could not compile smallvec
To learn more, run the command again with --verbose.
warning: build failed,
The text was updated successfully, but these errors were encountered:
Hi Dears,
I got below error,
Compiling smallvec v1.6.1
Compiling getrandom v0.2.2
Compiling num-traits v0.2.14
error[E0658]: unions with non-
Copy
fields are unstable--> C:\Users\devuser.cargo\registry\src\github.jparrowsec.cn-1ecc6299db9ec823\smallvec-1.6.1\src\lib.rs:353:1
|
353 | / union SmallVecData<A: Array> {
354 | | inline: core::mem::ManuallyDrop<MaybeUninit>,
355 | | heap: (*mut A::Item, usize),
356 | | }
| |_^
|
= note: see issue #55149 rust-lang/rust#55149 for more information
Compiling ahash v0.7.2
error: aborting due to previous error
For more information about this error, try
rustc --explain E0658
.error: could not compile
smallvec
To learn more, run the command again with --verbose.
warning: build failed,
The text was updated successfully, but these errors were encountered: