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

impl Hash for arrays #21404

Merged
merged 1 commit into from
Jan 21, 2015
Merged

impl Hash for arrays #21404

merged 1 commit into from
Jan 21, 2015

Conversation

japaric
Copy link
Member

@japaric japaric commented Jan 19, 2015

closes #21402
cc #15294

r? @alexcrichton or @aturon
cc @ExpHP (btw, this only covers arrays with arity up to 32)

@alexcrichton
Copy link
Member

@bors: r+ a09df2c

@Gankra
Copy link
Contributor

Gankra commented Jan 19, 2015

@bors rollup

barosl added a commit to barosl/rust that referenced this pull request Jan 20, 2015
closes rust-lang#21402
cc rust-lang#15294

r? @alexcrichton or @aturon 
cc @ExpHP (btw, this only covers arrays with arity up to 32)
@bors bors merged commit a09df2c into rust-lang:master Jan 21, 2015
@japaric japaric deleted the hash branch January 22, 2015 16:11
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.

Hash is not implemented for array ([T; size])
4 participants