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

type_kind missing case for tuples #841

Closed
msullivan opened this issue Aug 19, 2011 · 1 comment
Closed

type_kind missing case for tuples #841

msullivan opened this issue Aug 19, 2011 · 1 comment
Labels
A-type-system Area: Type system

Comments

@msullivan
Copy link
Contributor

fn foo[A](x: &A) {}
fn main() { foo((0, 2)); }

results in :0:0:0:0: error: internal compiler error missed case: (int,int)

@ghost ghost assigned msullivan Aug 19, 2011
@msullivan
Copy link
Contributor Author

Fixed by e7c8019.

@msullivan msullivan removed their assignment Jun 16, 2014
bors pushed a commit to rust-lang-ci/rust that referenced this issue Oct 26, 2020
…c-1.1.0

Bump smallvec from 1.0.0 to 1.1.0
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
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