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
% rustc --version
rustc 1.76.0-nightly (f967532a4 2023-12-08)
% cargo build
Compiling vb64 v0.1.2
error[E0405]: cannot find trait `Swizzle2`in this scope
--> src/util.rs:78:27
|
78 | impl<const $N: usize> Swizzle2<$N, $N>for Swz
| ^^^^^^^^ not found in this scope
|
::: src/simd.rs:141:16
|
141 |let output = swizzle!(N; decoded_chunks, array!(N;|i| i + i / 3));| ----------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type`Which`in this scope
--> src/util.rs:82:21
|
82 | const INDEX: [Which;$N] = {
| ^^^^^ not found in this scope
|
::: src/simd.rs:141:16
|
141 |let output = swizzle!(N; decoded_chunks, array!(N;|i| i + i / 3));| ----------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[...]
I didn't try to bisect, but it used to work with a 2023-11-xx nightly.
The text was updated successfully, but these errors were encountered:
ia0
added a commit
to ia0/data-encoding
that referenced
this issue
Dec 9, 2023
I didn't try to bisect, but it used to work with a 2023-11-xx nightly.
The text was updated successfully, but these errors were encountered: