-
Notifications
You must be signed in to change notification settings - Fork 745
bindgen 0.71 introduces regression referencing proc_macro2::Literal::c_string #3149
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
Comments
This has stopped reproducing on my machine after reporting this.... I am very confused as to how or why, but apologies for the noise. |
actually I have exactly the same problem, after updaing a dependency which updates bindgen to 0.7 hm |
Hello I have the same exact issue on Ubuntu 22.04 & Macos 14. |
I also have this issue, on ubuntu with rust nightly 1.87 |
This was fixed by #3048, which was merged just after 0.71.1 release. In my project, the problem disappeared after running |
Would it make sense to add a |
When updating a crate of mine to bindgen 0.71, I started receiving this error:
This does not occur with bindgen 0.70.
I've pushed the relevant repro branch here: https://github.com/yrp604/bad64-sys/tree/bindgen-repro, and it should repro with
cargo check
. This repros on both Windows and Linux, nightly and stable.The text was updated successfully, but these errors were encountered: