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
Right now the data field is public for use by the atom!() macro. You can violate memory safety by putting garbage in this field. We should make it private somehow, or get support into rustc for unsafe fields.
The text was updated successfully, but these errors were encountered:
Right now the
data
field is public for use by theatom!()
macro. You can violate memory safety by putting garbage in this field. We should make it private somehow, or get support into rustc for unsafe fields.The text was updated successfully, but these errors were encountered: