]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #43598 - ibabushkin:master, r=eddyb
authorCorey Farwell <coreyf@rwell.org>
Wed, 2 Aug 2017 01:22:30 +0000 (01:22 +0000)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2017 01:22:30 +0000 (01:22 +0000)
commit368f1a8e9366274585a3fa8373e7945a24996a77
tree3d23588c8e0d4a2f51f10dc3fb05e962f4a3104c
parent1c91c785da69c701a12a5958b01dd1b5306762cd
parent1b831cf54e441aa0c5d20a344f4c9f75d01d2538
Rollup merge of #43598 - ibabushkin:master, r=eddyb

Derive `Hash` on `AssociatedKind`.

This is a trivial change useful in downstream code poking in rustc's
innards, in particular the semver verification tool I'm currently working on.

r? @eddyb