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
…endoo
Don't lint `useless_transmute` on types with erased regions
fixesrust-lang#6356fixesrust-lang#3340fixesrust-lang#2906
This should get a proper fix at some point, but this at least gets the lint running on some types.
cc rust-lang#5343
changelog: Don't lint `useless_transmute` on types with erased regions
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Update Rust toolchain from nightly-2023-11-30 to nightly-2023-12-01
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@b10cfcd
up to
rust-lang@87e1447.
This is part of #2653.
This is half done already: we support writing
@str
and~str
for the types, but not for string literalsThe text was updated successfully, but these errors were encountered: