]> git.lizzy.rs Git - rust.git/commit
auto merge of #10359 : tomassedovic/rust/typeid-iterbytes, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 9 Nov 2013 08:51:16 +0000 (00:51 -0800)
committerbors <bors@rust-lang.org>
Sat, 9 Nov 2013 08:51:16 +0000 (00:51 -0800)
commit162ba894bced501e8725c2558447df2403fbd553
tree8076e688872d20b670930bf6697c99bd7e4828b3
parent785f9b8c16ddf4d122a4e7b65fda6bcc52a44aa0
parent0865b4d7455009056ff2b94113b02360113a2e96
auto merge of #10359 : tomassedovic/rust/typeid-iterbytes, r=pcwalton

I'm not sure this is something you're interested in, but I was playing around the Any trait a bit and I wanted to try it as a key in a HashMap. To do that, TypeId needs to implement IterBytes.