We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf45975 commit 582d52fCopy full SHA for 582d52f
src/librustc_middle/mir/interpret/error.rs
@@ -451,6 +451,8 @@ pub enum UnsupportedOpInfo {
451
NoMirFor(DefId),
452
/// Encountered a pointer where we needed raw bytes.
453
ReadPointerAsBytes,
454
+
455
+ // The variants below are only reachable from CTFE/const prop, miri will never emit them.
456
/// Encountered raw bytes where we needed a pointer.
457
ReadBytesAsPointer,
458
}
0 commit comments