You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we couldn't infer purity, we use reinterpret_cast to make the push functions passed to the build_sized functions in vec and at_vec have the right type. Once the fix for #3023 gets snapshotted, we should fix this.
The text was updated successfully, but these errors were encountered:
Update Rust toolchain from nightly-2024-06-17 to nightly-2024-06-18
without any other source changes.
This is an automatically generated pull request. If any of the CI checks
fail, manual intervention is required. In such a case, review the
changes at https://github.com/rust-lang/rust from
rust-lang@d7f6eba
up to
rust-lang@59e2c01.
Because we couldn't infer purity, we use reinterpret_cast to make the push functions passed to the
build_sized
functions invec
andat_vec
have the right type. Once the fix for #3023 gets snapshotted, we should fix this.The text was updated successfully, but these errors were encountered: