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

use of unstable library feature | installation Error #144

Closed
sharma-shray opened this issue Apr 17, 2024 · 2 comments
Closed

use of unstable library feature | installation Error #144

sharma-shray opened this issue Apr 17, 2024 · 2 comments

Comments

@sharma-shray
Copy link

cargo install cargo-binutils :

error[E0658]: use of unstable library feature 'proc_macro_byte_character'
error[E0658]: use of unstable library feature 'proc_macro_c_str_literals'

@Emilgardis
Copy link
Member

Emilgardis commented Apr 17, 2024

We don't use these features directly (proc-macro2 does though) and they've recently been stabilized and expected for 1.79. Looking at rust-lang/rust#115268 I see that other's are experiencing this.

Are you on nightly? If so, please update your nightly toolchain

@Emilgardis
Copy link
Member

Closing this issue.

@Emilgardis Emilgardis closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2024
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

2 participants