Skip to content

Commit 0dfa451

Browse files
authored
1.12: fix edge (#2703)
1 parent fc768c6 commit 0dfa451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ function methodinstance_generator(world::UInt, source, self, @nospecialize(mode:
386386
ci = create_fresh_codeinfo(prevmethodinstance, source, world, slotnames, code)
387387
ci.min_world = min_world[]
388388
ci.max_world = max_world[]
389+
ci.edges = Any[mi]
389390

390391
# TODO: Missing edge handling
391392
return ci

0 commit comments

Comments
 (0)