Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

De-@ ty::TypeParameterDef's bounds field #13838

Closed
wants to merge 1 commit into from

Conversation

flaper87
Copy link
Contributor

cc #13231

@flaper87 flaper87 closed this Apr 29, 2014
arcnmx pushed a commit to arcnmx/rust that referenced this pull request Jan 9, 2023
…undvars, r=lowr

fix: handle lifetime variables in `CallableSig` query

Fixes rust-lang#13838

The problem is similar to rust-lang#13223: we've been skipping non-empty binders, letting lifetime bound variables escape.

I ended up refactoring `hir_ty::callable_sig_from_fnonce()`. Like rust-lang#13223, I chose to make use of `InferenceTable` which is capable of handling variables (I feel we should always use it when we solve trait-related stuff instead of manually building obligations/queries).

I couldn't make up a test that crashes without this patch (since the function I'm fixing is only used *outside* `hir-ty`, simple `hir-ty` test wouldn't cause crash), but at least I tested with my local build and made sure it doesn't crash with the code in the original issue. I'd appreciate any help to find a regression test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant