Typo
This commit is contained in:
parent
9be3e9185b
commit
c4fc6c677d
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ impl<'tcx> Error for EvalError<'tcx> {
|
|||
EvalError::ReadBytesAsPointer =>
|
||||
"a memory access tried to interpret some bytes as a pointer",
|
||||
EvalError::InvalidPointerMath =>
|
||||
"attempted to do invalid arithmetic on pointers that would leak base addresses, e.g. compating pointers into different allocations",
|
||||
"attempted to do invalid arithmetic on pointers that would leak base addresses, e.g. comparing pointers into different allocations",
|
||||
EvalError::ReadUndefBytes =>
|
||||
"attempted to read undefined bytes",
|
||||
EvalError::DeadLocal =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue