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 dec2447 commit 79b91b7Copy full SHA for 79b91b7
src/librustc/mir/interpret/error.rs
@@ -229,8 +229,8 @@ pub enum InterpError<'tcx, O> {
229
/// match an existing variant.
230
MachineError(String),
231
232
- /// Not actually an interprer error -- used to signal that execution has exited
233
- /// 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.
234
Exit(i32),
235
236
FunctionAbiMismatch(Abi, Abi),
0 commit comments