-
Notifications
You must be signed in to change notification settings - Fork 730
Closed
Description
Following the compiling step, I get the error on the main branch:
error[E0658]: use of unstable library feature 'array_map'
--> zenith_utils/src/pq_proto.rs:690:60
|
690 | let iov = &mut [name, b"\0", value, b"\0"].map(IoSlice::new);
| ^^^
|
= note: see issue #75243 rust-lang/rust#75243 for more information
error: aborting due to previous error
For more information about this error, try rustc --explain E0658
.
error: could not compile zenith_utils
Caused by:
Metadata
Metadata
Assignees
Labels
No labels