-
Notifications
You must be signed in to change notification settings - Fork 718
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
Failed to compile ring under nightly Rust (1.61.0, 9f4dc0b4d 2022-03-23) #1469
Comments
+1 |
Actually for me |
Also actual for me input-output-hk/jormungandr#3712 |
I've opened a PR #1470, and made some comments there. |
Rust developers are aware of the regression and anticipate a fix will land soon: rust-lang/rust#95267 (comment) |
Temporary fix until the `ring` build issue is fixed. - briansmith/ring#1469 - rust-lang/rust#95267
Temporary fix until the `ring` build issue is fixed. - briansmith/ring#1469 - rust-lang/rust#95267
Thanks for the bug report, and thanks for linking to the rust-lang/rust issue. (rust-lang/rust@9967594) was committed, which should fix this in the next Rust Nigthly or the Nightly after that. I will leave this open until we've verified that. |
This issue is solved by rust-lang/rust#95390, and ring works fine with the newest nightly Rust. |
Hi, after I
rustup update
today andcargo clean
my project, I get the following issue:This happens under the latest nightly Rust (1.61.0, 9f4dc0b4d 2022-03-23), and I'm not sure if it's ok to report here.
I don't use ring crate as a direct dependency in my project, and I always use nightly Rust.
When I switch to stable Rust, everything goes pretty well just like before rustup updates.
Here is the rustup info:
Thank you.
The text was updated successfully, but these errors were encountered: