Skip to content

compiling error #1073

@daviszhen

Description

@daviszhen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions