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

record type inference failing #50

Closed
graydon opened this issue Jun 22, 2010 · 1 comment
Closed

record type inference failing #50

graydon opened this issue Jun 22, 2010 · 1 comment
Labels
A-type-system Area: Type system

Comments

@graydon
Copy link
Contributor

graydon commented Jun 22, 2010

See testcase rec-auto.rs. Bug in the typechecker.

@graydon
Copy link
Contributor Author

graydon commented Jul 16, 2010

Un-XFAIL a couple tests fixed by pcwalton's new typechecker. Closed by 4d413af. Closed by 4d413af.

arielb1 pushed a commit to arielb1/rust that referenced this issue Apr 10, 2015
Add RFC for disablable assertions
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
sockaddr_nl for netlink sockets
rchaser53 pushed a commit to rchaser53/rust that referenced this issue Jan 19, 2019
rchaser53 pushed a commit to rchaser53/rust that referenced this issue Jan 19, 2019
rchaser53 pushed a commit to rchaser53/rust that referenced this issue Jan 19, 2019
rchaser53 pushed a commit to rchaser53/rust that referenced this issue Jan 19, 2019
rchaser53 pushed a commit to rchaser53/rust that referenced this issue Jan 19, 2019
eddyb pushed a commit to eddyb/rust that referenced this issue Jun 30, 2020
Caused by the translation of substs in a context where said substs
were already translated, due to the bottom-up nature of our translation
mechanism. This should be adressed in the future in other cases as well.
bors bot referenced this issue in softdevteam/alloy Apr 29, 2021
50: Move allocator into separate crate r=ltratt a=jacob-hughes

By separating the crates up like this, the allocator can be imported and used in rustgc's libstd without needing to break up the repo or duplicate code.

Co-authored-by: Jake Hughes <jh@jakehughes.uk>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-type-system Area: Type system
Projects
None yet
Development

No branches or pull requests

1 participant