]> git.lizzy.rs Git - rust.git/commit
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)
commitecdd51b7bb7fd993acd2ff5dbd72209244b1e4aa
treefac7836cc3ca826b97e7a96bae61165deaaba675
parent7bf54f90d619fc87af4c8b660a80166c40048cb5
parentd42da7b8f36fe087b5fe2cb08c136ffd62f73e3d
Auto merge of #35267 - eddyb:ty-hash, r=nikomatsakis

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.