-
Notifications
You must be signed in to change notification settings - Fork 92
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
Update the rust toolchain to nightly-2023-12-03 #2913
Update the rust toolchain to nightly-2023-12-03 #2913
Conversation
Changes required due to: - rust-lang/rust@99ac405b96 Move MetadataLoader{,Dyn} to rustc_metadata. - rust-lang/rust@c997c6d822 Add more information to stable Instance
@tautschnig I pushed a few patches, but we're still not there yet.
The simd harness is still failing though, but it's not related to |
The change was only needed in the test case, since the way portable simd invokes the intrinsic is still the same My current hypothesis is that the current failure could be an issue with simd_shuffle
787268c
to
ff40897
Compare
I've pushed the fix for the
I'm guessing the workaround doesn't take this case into account? I've also tried to push the toolchain pointer to |
Actually, it looks like the
|
Yeah, unfortunately the fix for the foreign item didn't make it to Dec 7th nightly. |
I have a new workaround... I'll push it to the branch in a bit. I am looking at the new failures you mentioned with Dec 7th |
- Use internal to go around is_foreign_item() issue - Update tests after an issue: rust-lang/rust#116915 - Update the toolchain
Changes required due to:
Resolves #2911
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.