Skip to content

make setup-charon fails with error[E0554]: #![feature] may not be used on the stable release channel #603

@kim-em

Description

@kim-em

Following the install instructions, at the make setup-charon step (which I had to amend to gmake setup-charon on macos) I get:

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> macros/src/lib.rs:4:1
  |
4 | #![feature(non_exhaustive_omitted_patterns_lint)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `macros` (lib) due to 1 previous error

Could you please amend the setup instructions and/or makefile to fix this?

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