alexcrichton opened PR #2466 from fix-subtyping-orders
to main
:
When we alias the nth export of an instance, due to subtyping the nth
export may not actually be what we want. Instead we need to look at our
local type definition's nth export's name, and lookup that name off the
export.
alexcrichton updated PR #2466 from fix-subtyping-orders
to main
:
When we alias the nth export of an instance, due to subtyping the nth
export may not actually be what we want. Instead we need to look at our
local type definition's nth export's name, and lookup that name off the
export.
alexcrichton requested peterhuene for a review on PR #2466.
peterhuene submitted PR Review.
peterhuene submitted PR Review.
peterhuene created PR Review Comment:
GitHub needs a wee lil' nit emoji:
// Here we lookup our instance handle, find the right export,
alexcrichton updated PR #2466 from fix-subtyping-orders
to main
:
When we alias the nth export of an instance, due to subtyping the nth
export may not actually be what we want. Instead we need to look at our
local type definition's nth export's name, and lookup that name off the
export.
alexcrichton merged PR #2466.
Last updated: Nov 22 2024 at 17:03 UTC