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

Items losing type parameters over course of typechecking pass. #93

Closed
froystig opened this issue Jun 29, 2010 · 1 comment
Closed

Items losing type parameters over course of typechecking pass. #93

froystig opened this issue Jun 29, 2010 · 1 comment
Labels
A-typesystem Area: The type system

Comments

@froystig
Copy link
Contributor

Fix the issue revealed in run-pass/generic-fn-twice.rs. Functions in modules (perhaps more generally items in items) appear to lose their recollection of having any type parameters after their first type unification.

@pcwalton
Copy link
Contributor

New typechecker fixes this. Un-XFAILed as of revision 35e73b0.

mbrubeck pushed a commit to mbrubeck/rust that referenced this issue Oct 17, 2011
mbrubeck pushed a commit to mbrubeck/rust that referenced this issue Oct 17, 2011
oli-obk pushed a commit to oli-obk/rust that referenced this issue Jul 19, 2017
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Add a load of constants/definitions from nix
kazcw pushed a commit to kazcw/rust that referenced this issue Oct 23, 2018
Fix a grammatical error, use a list instead of using a code block or nothing,
and add the LLVM immediate reference.
eddyb pushed a commit to eddyb/rust that referenced this issue Jun 30, 2020
Fix exit code of rust-semverver in tests
antoyo added a commit to antoyo/rust that referenced this issue Sep 28, 2021
* Cleanup fix for global initialization
* Remove linker script hack
* Use v0 symbol mangling
* Fix warnings
djtech-dev pushed a commit to djtech-dev/rust that referenced this issue Dec 9, 2021
djtech-dev pushed a commit to djtech-dev/rust that referenced this issue Dec 9, 2021
ZuseZ4 referenced this issue in EnzymeAD/rust Mar 7, 2023
* Initial Enzyme C API

* Cpp api

* add merge on TypeTree

* change bool to uint8_t

* fixup! change bool to uint8_t

* fixup! fixup! change bool to uint8_t

* fixup! fixup! fixup! change bool to uint8_t

* fixup! fixup! fixup! fixup! change bool to uint8_t

* Validate c header for rust usage

Co-authored-by: Valentin Churavy <v.churavy@gmail.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-typesystem Area: The type system
Projects
None yet
Development

No branches or pull requests

2 participants