-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-10653: [Rust] Update toolchain nightly #8713
ARROW-10653: [Rust] Update toolchain nightly #8713
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8713 +/- ##
==========================================
- Coverage 84.51% 84.50% -0.01%
==========================================
Files 177 177
Lines 43858 43861 +3
==========================================
- Hits 37067 37066 -1
- Misses 6791 6795 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy with change
This is cool -- though note I think there is a broader effort afoot to remove the use of rust nightly in Arrow (e.g. #8698) So I suspect that any use of stuff in nightly rust will likely have to be feature gated to make this work. Just something to keep in mind if you want to introduce more use of such intrinsics into the arrow crates |
For the record: rust-lang/rust#79131 perhaps is perhaps the change to rustlang that @vertexclique refers to |
FYI @andygrove and @jorgecarleitao |
Thanks a lot. LGTM. And as a side note: super cool @vertexclique that you are contributing to rust core! 😍 |
I have deployed new intrinsics to rust lang core, so I want to bring these in iterations. Closes apache#8713 from vertexclique/ARROW-10653-update-toolchain-nightly Authored-by: Mahmut Bulut <[email protected]> Signed-off-by: Andrew Lamb <[email protected]>
I have deployed new intrinsics to rust lang core, so I want to bring these in iterations.