Skip to content

Commit fb7c109

Browse files
committed
Fix doc
1 parent b5d3031 commit fb7c109

File tree

1 file changed

+2
-2
lines changed
  • crates/compiler-core/src/bytecode

1 file changed

+2
-2
lines changed

crates/compiler-core/src/bytecode/oparg.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,8 @@ newtype_oparg!(
799799
/// Context for [`Instruction::Resume`].
800800
///
801801
/// The oparg consists of two parts:
802-
/// 1. [`Context::location`]: Indicates where the instruction occurs.
803-
/// 2. [`Context::is_exception_depth1`]: Is the instruction is at except-depth 1.
802+
/// 1. [`ResumeContext::location`]: Indicates where the instruction occurs.
803+
/// 2. [`ResumeContext::is_exception_depth1`]: Is the instruction is at except-depth 1.
804804
#[derive(Clone, Copy)]
805805
#[repr(transparent)]
806806
pub struct ResumeContext(u32)

0 commit comments

Comments
 (0)