Skip to content

Commit d1386da

Browse files
committed
fix(docs): use revm_interpreter path in single_error doc link
1 parent dca8240 commit d1386da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/revmc-codegen/src/compiler

crates/revmc-codegen/src/compiler/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ impl<B: Backend> EvmCompiler<B> {
415415
}
416416

417417
/// Sets whether to collapse every JIT failure path to a single
418-
/// [`OutOfGas`](crate::interpreter::InstructionResult::OutOfGas) constant.
418+
/// [`OutOfGas`](revm_interpreter::InstructionResult::OutOfGas) constant.
419419
///
420420
/// Failures (stack under/overflow, invalid jump, real OOG, invalid opcode, etc.) are
421421
/// semantically interchangeable for callers that only branch on success vs failure, so

0 commit comments

Comments
 (0)