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
Before #107844, assignments of Drop types were modeled using replaced the DropAndReplace MIR terminator. That PR changed the behaviour to use a plain Drop followed by a plain Assign.
Before #107844, assignments of
Drop
types were modeled using replaced theDropAndReplace
MIR terminator. That PR changed the behaviour to use a plainDrop
followed by a plainAssign
.This made more code compile, for instance (#107844 (comment)):
Steps:
The text was updated successfully, but these errors were encountered: