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
The channel encoding checks whether the message type is identical to the channel type. This is however not the case here because constant propagation replaces ChannelMsg with 42, i.e., an integer literal.
The text was updated successfully, but these errors were encountered:
The following program causes a violation during encoding:
The channel encoding checks whether the message type is identical to the channel type. This is however not the case here because constant propagation replaces
ChannelMsg
with42
, i.e., an integer literal.The text was updated successfully, but these errors were encountered: