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

Bind type-parameter bug fixes #645

Closed
wants to merge 3 commits into from
Closed

Bind type-parameter bug fixes #645

wants to merge 3 commits into from

Conversation

msullivan
Copy link
Contributor

Fix two bugs in bind related to handling of type parameters. Closes #375.

msullivan added 3 commits July 8, 2011 14:15
This still doesn't work with bare fn arguments with type parameters.
In trans_bind_thunk, we need to load the tydescs from the environment *before*
we try to construct derived tydescs from them.
@brson brson closed this Jul 11, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this pull request Dec 12, 2017
pdietl pushed a commit to pdietl/rust that referenced this pull request Apr 23, 2020
Fix a type in the modules section: functions => modules
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this pull request Mar 7, 2023
* Fix custom forward mode erasure

* Fix vector reverse add

* Fix test

* Bitcast order inv
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
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.

Binding non-alias arguments with type parameters fails in llvm
2 participants