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

chore(rust): update rustc nightly_2023-08-26 #10467

Merged
merged 4 commits into from
Aug 26, 2023
Merged

chore(rust): update rustc nightly_2023-08-26 #10467

merged 4 commits into from
Aug 26, 2023

Conversation

ritchie46
Copy link
Member

brings in LLVM 17

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Aug 14, 2023
@@ -134,6 +135,7 @@ pub fn date_ranges(

/// Generate a time range.
#[cfg(feature = "temporal")]
#[allow(dead_code)] // Remove (invalid hit on nightly 2023-08-14).
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be a more serious compiler bug.

@ritchie46 ritchie46 changed the title chore(rust): update rustc nightly_2023-08-14 chore(rust): update rustc nightly_2023-08-26 Aug 26, 2023
@@ -184,6 +184,7 @@ impl Series {

/// # Safety
/// The caller must ensure the length and the data types of `ArrayRef` does not change.
#[cfg_attr(feature = "nightly", allow(invalid_reference_casting))]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix this in a separate PR as technically this is UB.

@ritchie46 ritchie46 merged commit b1d64b1 into main Aug 26, 2023
25 checks passed
@ritchie46 ritchie46 deleted the update_rustc branch August 26, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant