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
Why isn't the unsafe keyword necessary for custom MIR?
It seems like using custom MIR can potentially introduce memory-related bugs and even trigger internal compiler errors(ICE).
Why isn't the
unsafekeyword necessary for custom MIR?It seems like using custom MIR can potentially introduce memory-related bugs and even trigger internal compiler errors(ICE).