improve docs
This commit is contained in:
parent
dec24471be
commit
79b91b7cdd
@ -229,8 +229,8 @@ pub enum InterpError<'tcx, O> {
|
|||||||
/// match an existing variant.
|
/// match an existing variant.
|
||||||
MachineError(String),
|
MachineError(String),
|
||||||
|
|
||||||
/// Not actually an interprer error -- used to signal that execution has exited
|
/// Not actually an interpreter error -- used to signal that execution has exited
|
||||||
/// with the given status code.
|
/// with the given status code. Used by Miri, but not by CTFE.
|
||||||
Exit(i32),
|
Exit(i32),
|
||||||
|
|
||||||
FunctionAbiMismatch(Abi, Abi),
|
FunctionAbiMismatch(Abi, Abi),
|
||||||
|
Loading…
Reference in New Issue
Block a user