]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #35267 - eddyb:ty-hash, r=nikomatsakis
authorbors <bors@rust-lang.org>
Sat, 6 Aug 2016 06:28:29 +0000 (23:28 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Aug 2016 06:28:29 +0000 (23:28 -0700)
Rewrite TypeId computation to not miss anything and work cross-crate.

Fixes #33703 and also some soundness holes in `Any` due to `TypeId` ignoring most lifetimes.


Trivial merge