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 b2395a5 commit a91bad6Copy full SHA for a91bad6
src/librustc_middle/mir/interpret/error.rs
@@ -438,7 +438,7 @@ impl fmt::Debug for UndefinedBehaviorInfo {
438
/// Error information for when the program did something that might (or might not) be correct
439
/// to do according to the Rust spec, but due to limitations in the interpreter, the
440
/// operation could not be carried out. These limitations can differ between CTFE and the
441
-/// Miri engine, e.g., CTFE does not support casting pointers to "real" integers.
+/// Miri engine, e.g., CTFE does not support dereferencing pointers at integral addresses.
442
///
443
/// Currently, we also use this as fall-back error kind for errors that have not been
444
/// categorized yet.
0 commit comments