]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #49752 - sinkuu:fix_incrcmp_str_lit, r=oli-obk
authorbors <bors@rust-lang.org>
Sun, 8 Apr 2018 10:01:59 +0000 (10:01 +0000)
committerbors <bors@rust-lang.org>
Sun, 8 Apr 2018 10:01:59 +0000 (10:01 +0000)
[incremental] Hash `Allocation`s

`HashSet::insert` returns `true` if the value did not exist, which is the timing we want to hash the `Allocation`.

Fixes #49595

cc @oli-obk


Trivial merge