We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d3031 commit fb7c109Copy full SHA for fb7c109
crates/compiler-core/src/bytecode/oparg.rs
@@ -799,8 +799,8 @@ newtype_oparg!(
799
/// Context for [`Instruction::Resume`].
800
///
801
/// 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.
+ /// 1. [`ResumeContext::location`]: Indicates where the instruction occurs.
+ /// 2. [`ResumeContext::is_exception_depth1`]: Is the instruction is at except-depth 1.
804
#[derive(Clone, Copy)]
805
#[repr(transparent)]
806
pub struct ResumeContext(u32)
0 commit comments