fix the error check
This commit is contained in:
parent
9743e846b9
commit
e676afbafe
@ -13,7 +13,7 @@ LL | let _: &[i8] = data.into();
|
|||||||
<[T; 4] as From<(T, T, T, T)>>
|
<[T; 4] as From<(T, T, T, T)>>
|
||||||
<[T; 5] as From<(T, T, T, T, T)>>
|
<[T; 5] as From<(T, T, T, T, T)>>
|
||||||
<[T; 6] as From<(T, T, T, T, T, T)>>
|
<[T; 6] as From<(T, T, T, T, T, T)>>
|
||||||
and 7 others
|
and 6 others
|
||||||
= note: required for `&[u8]` to implement `Into<&[i8]>`
|
= note: required for `&[u8]` to implement `Into<&[i8]>`
|
||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
error[E0658]: the target feature `avx512bw` is currently unstable
|
error[E0658]: the target feature `avx512bw` is currently unstable
|
||||||
--> $DIR/gate.rs:21:18
|
--> $DIR/gate.rs:22:18
|
||||||
|
|
|
|
||||||
LL | #[target_feature(enable = "avx512bw")]
|
LL | #[target_feature(enable = "avx512bw")]
|
||||||
| ^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user