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

Fix CI failures #1459

Merged
merged 3 commits into from
Aug 29, 2023
Merged

Fix CI failures #1459

merged 3 commits into from
Aug 29, 2023

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Aug 11, 2023

These were call caused by upstream rustc changes, including the upgrade to LLVM 17.

Fixes #1458

@rustbot
Copy link
Collaborator

rustbot commented Aug 11, 2023

@Amanieu: no appropriate reviewer found, use r? to override

This is required to avoid build failures when using rustc features
intended only for use by the standard library.
The cc dependency doesn't compile on wasi, so only include it for
windows targets.
@Amanieu Amanieu changed the title Add #![allow(internal_unstable)] Fix CI failures Aug 29, 2023
@Amanieu Amanieu merged commit 490bb0e into rust-lang:master Aug 29, 2023
26 checks passed
@Amanieu Amanieu deleted the internal_instable branch August 29, 2023 13:21
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

Successfully merging this pull request may close these issues.

ci/run.sh fails with "... is internal to the compiler or standard library"
2 participants