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
232
+
UnsupportedOpInfo::PartialPointerOverwrite(_) |
233
+
UnsupportedOpInfo::PartialPointerCopy(_) |
233
234
UnsupportedOpInfo::ReadPointerAsBytes
234
235
) =>
235
236
panic!("Error should never be raised by Miri: {kind:?}", kind = e.kind()),
236
237
Unsupported(
237
-
UnsupportedOpInfo::Unsupported(_) |
238
-
UnsupportedOpInfo::PartialPointerCopy(_)
238
+
UnsupportedOpInfo::Unsupported(_)
239
239
) =>
240
240
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