I'll try cutting this down to a small test case later, but for now here are some in my TreeMap implementation (commented out): - https://github.com/thestinger/rust/blob/f94da6e7d7e304204d10bcd4100b829f1ddd0ca0/src/libstd/treemap.rs#L51 - https://github.com/thestinger/rust/blob/f94da6e7d7e304204d10bcd4100b829f1ddd0ca0/src/libstd/treemap.rs#L673 - https://github.com/thestinger/rust/blob/f94da6e7d7e304204d10bcd4100b829f1ddd0ca0/src/libstd/treemap.rs#L683
I'll try cutting this down to a small test case later, but for now here are some in my TreeMap implementation (commented out):