-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Installation error - error[E0658]: arbitrary expressions in key-value attributes are unstable #1
Comments
Please run |
Unfortunately, it happened again even though I've run "rustup update" ` error[E0658]: use of unstable library feature 'osstring_ascii' error: aborting due to 2 previous errors For more information about this error, try Caused by: ` |
The error happens when trying to compile "clap v3.0.0-beta.4". At https://github.com/clap-rs/clap/blob/master/CHANGELOG.md states that
When I do ` stable-x86_64-unknown-linux-gnu unchanged - rustc 1.55.0 (c8dfcfe04 2021-09-06) If I set ` nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.57.0-nightly (9bb77da74 2021-09-13) But when I check |
Maybe you need to update the |
I run |
Tried to install it with both stable and nightly version of rust and got the same error
The text was updated successfully, but these errors were encountered: