Remove accidental text paste

This commit is contained in:
Oliver Schneider 2017-08-03 12:37:24 +02:00
parent 40677a5c47
commit 163821b500

View File

@ -228,7 +228,7 @@ impl<'tcx> Error for EvalError<'tcx> {
TypeNotPrimitive(_) =>
"expected primitive type, got nonprimitive",
ReallocatedWrongMemoryKind(_, _) =>
"tried to EvalErrorKindreallocate memory from one kind to another",
"tried to reallocate memory from one kind to another",
DeallocatedWrongMemoryKind(_, _) =>
"tried to deallocate memory of the wrong kind",
ReallocateNonBasePtr =>