Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error[E0658]: arbitrary expressions in key-value attributes are unstable #368

Closed
ansleydsouza opened this issue Aug 15, 2021 · 1 comment

Comments

@ansleydsouza
Copy link

Hi. Would appreciate some help on this one. Trying to get internet identity built locally. I am on mac M1.

After running the deploy command

II_ENV=development dfx deploy --no-wallet --argument '(null)'

I get the following error

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /Users/ansleydsouza/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/clap-3.0.0-beta.4/src/lib.rs:8:10
|
8 | #![doc = include_str!("../README.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information

error[E0658]: use of unstable library feature 'osstring_ascii'
--> /Users/ansleydsouza/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/clap-3.0.0-beta.4/src/parse/matches/matched_arg.rs:130:19
|
130 | v.eq_ignore_ascii_case(val)
| ^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #70516 rust-lang/rust#70516 for more information

error: aborting due to 2 previous errors

For more information about this error, try rustc --explain E0658.
error: could not compile clap

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...

@ansleydsouza
Copy link
Author

Commented this out in the respective file. Please ignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant