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
UnsupportedOpInfo::PartialPointerOverwrite(_) | // we make memory uninit instead
230
+
UnsupportedOpInfo::ReadPointerAsBytes
229
231
) =>
230
232
panic!("Error should never be raised by Miri: {kind:?}", kind = e.kind()),
231
233
Unsupported(
232
234
UnsupportedOpInfo::Unsupported(_) |
233
-
UnsupportedOpInfo::PartialPointerOverwrite(_) |
234
-
UnsupportedOpInfo::ReadPointerAsBytes
235
+
UnsupportedOpInfo::PartialPointerCopy(_)
235
236
) =>
236
237
vec![(None, format!("this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support"))],
0 commit comments