-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Labels
A-type-system
Area: Type system
Comments
mbrubeck
pushed a commit
to mbrubeck/rust
that referenced
this issue
Oct 17, 2011
Closed
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
implement more casts
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
Add info about CodeMap for rust-lang#50
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.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See testcase rec-auto.rs. Bug in the typechecker.
The text was updated successfully, but these errors were encountered: