]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/intrinsics.rs
auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestinger
[rust.git] / src / libstd / intrinsics.rs
index 97e275ae983b1bd95e892e467f4865caa9f60865..1da9a3a710339296415108da12420b27587c676d 100644 (file)
@@ -451,7 +451,7 @@ fn visit_leave_fn(&mut self, purity: uint, proto: uint,
 /// `TypeId` represents a globally unique identifier for a type
 #[lang="type_id"] // This needs to be kept in lockstep with the code in trans/intrinsic.rs and
                   // middle/lang_items.rs
-#[deriving(Eq, Hash, Show)]
+#[deriving(Eq, Hash, Show, TotalEq)]
 #[cfg(not(test))]
 pub struct TypeId {
     priv t: u64,