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
fix [`mem_replace_option_with_none`] not considering field variables
fixes: rust-lang#9824
---
changelog: fix [`mem_replace_option_with_none`] not considering field variables
Right now the return value is a raw
u64
, but we may want to change the representation over time (ala #10389).We should wrap the return value in a
struct TypeId { priv ... }
and define theEq
trait on this structure.Fairly easy bug, but requires probably adding a lang item and mucking around with some intrinsics, so not flagging as E-easy.
The text was updated successfully, but these errors were encountered: