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
This removes the internal type representation of an `External` type and instead
relies on passing around DefId structures and interpreting them accordingly.
Progress on rust-lang#9539, but there's still the problem of a crate => url mapping.
Don't lint `*_interior_mutable_const` on unions due to potential ICE.
fixesrust-lang#9445
cc rust-lang#101113
This started ICE'ing sometime last month due to stricter UB checks. I'm not sure how we could check the value of a union as MIRI doesn't seem to store which field is currently active.
changelog: Don't ICE on const unions containing a `!Freeze` type.
This is obviously highly desirable. This is also fairly tricky. An ideal solution would have these properties:
libstd
/libextra
are on the web at a specific URLI haven't quite fleshed out a good solution to this yes, so I'm opening this bug to track progress.
The text was updated successfully, but these errors were encountered: