Separate miri/ctfe unsupported operations
This commit is contained in:
parent
bf459752d4
commit
582d52f0bd
@ -451,6 +451,8 @@ pub enum UnsupportedOpInfo {
|
||||
NoMirFor(DefId),
|
||||
/// Encountered a pointer where we needed raw bytes.
|
||||
ReadPointerAsBytes,
|
||||
|
||||
// The variants below are only reachable from CTFE/const prop, miri will never emit them.
|
||||
/// Encountered raw bytes where we needed a pointer.
|
||||
ReadBytesAsPointer,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user