improve docs

This commit is contained in:
Ralf Jung 2019-04-20 18:38:39 +02:00
parent dec24471be
commit 79b91b7cdd

View File

@ -229,8 +229,8 @@ pub enum InterpError<'tcx, O> {
/// match an existing variant.
MachineError(String),
/// Not actually an interprer error -- used to signal that execution has exited
/// with the given status code.
/// Not actually an interpreter error -- used to signal that execution has exited
/// with the given status code. Used by Miri, but not by CTFE.
Exit(i32),
FunctionAbiMismatch(Abi, Abi),