-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Internal Compiler Error when compiling the ring
crate after updating to the 11-27 nightly
#79487
Comments
ring
crate after updating to the latest nightlyring
crate after updating to the 11-27 nightly
I'm seeing this one as well. Host is a standard
|
I have to temporarily degrade the version of my nightly installation to 11-24 to make sure everything is functional (it's a discord bot made with twilight-rs) |
Similarly, I'm attempting to knock my version back a couple of days as well-- yet to succeed but that's mostly me wrestling with my actions configuration. |
I have the same on my Raspberry Pi 3 (Debian 10, Linux 4.19.66):
|
MCVE: mod sha2 {
extern "C" {
pub(super) fn GFp_sha512_block_data_order();
}
} |
Assigning |
Do not visit ForeignItemRef for HIR indexing and validation. Similarly to what is done for ImplItemRef and TraitItemRef. Fixes rust-lang#79487 r? `@lcnr`
I updated to the latest nightly (2020-11-29) and it still fails. |
Wait for next nightly. The current one doesn't contain the fix PR. |
Got it! 👍 |
you can also try the latest master using https://github.com/kennytm/rustup-toolchain-install-master |
Code
// I am not sure whether this is related to my code or not, but it seems to be related to the `ring` crate
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: