Skip to content

Commit c323c6c

Browse files
committed
Set as have label
1 parent 625480d commit c323c6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/codegen/src/snapshots/rustpython_codegen__compile__tests__nested_double_async_with.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/compiler-core/src/bytecode.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ impl Instruction {
14051405
pub const fn label_arg(&self) -> Option<Arg<Label>> {
14061406
match self {
14071407
Jump { target: l }
1408+
| JumpIfNotExcMatch(l)
14081409
| PopJumpIfTrue { target: l }
14091410
| PopJumpIfFalse { target: l }
14101411
| JumpIfTrueOrPop { target: l }

0 commit comments

Comments
 (0)