Mark-Simulacrum opened PR #13715 from Mark-Simulacrum:hint-generics to bytecodealliance:main:
This fixes compilation with the new trait solver (probably an upstream
bug, haven't checked, but this is a trivial workaround). See compilation
failure here: https://github.com/rust-lang/rust/pull/157590#issuecomment-4772783906.This hinting is already present for other calls to the same function (search for
add_to_linker_instance::in the edited file).If possible, it would be great to get this released in a patch release of v46.
Mark-Simulacrum requested dicej for a review on PR #13715.
Mark-Simulacrum requested wasmtime-core-reviewers for a review on PR #13715.
tschneidereit requested wasmtime-core-reviewers for a review on PR #13715.
tschneidereit unassigned dicej from PR #13715 Add explicit hint for generic call.
tschneidereit commented on PR #13715:
Makes sense to me, but I'll wait for someone with more experience with this code to sign off.
@Mark-Simulacrum we can definitely do a patch release for this, yeah. How urgently do you need that? @alexcrichton is on PTO this week, but if it's urgent I'll reach out to other maintainers
:thumbs_up: pchickey submitted PR review.
pchickey commented on PR #13715:
@Mark-Simulacrum can you please make a PR cherry-picking the merge commit of this onto the
release-46.0.0branch? I will get it out in a patch release tomorrow.
pchickey added PR #13715 Add explicit hint for generic call to the merge queue.
pchickey edited a comment on PR #13715:
@Mark-Simulacrum can you please make a PR cherry-picking the squashed commit of this onto the
release-46.0.0branch? I will get it out in a patch release tomorrow.
:check: pchickey merged PR #13715.
pchickey removed PR #13715 Add explicit hint for generic call from the merge queue.
Mark-Simulacrum commented on PR #13715:
It's not particularly urgent (sometime this or next week is fine). I'll get a cherry pick out today or tomorrow morning.
Mark-Simulacrum commented on PR #13715:
Put up the backport in https://github.com/bytecodealliance/wasmtime/pull/13719.
Last updated: Jul 29 2026 at 05:03 UTC