]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #83920 - ortem:fix-hashmap-lldb-pretty-printer-1.52, r=pnkfelix
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 6 Apr 2021 15:42:35 +0000 (17:42 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Apr 2021 15:42:35 +0000 (17:42 +0200)
commit3d33818a79143d0e82852c8b2ed68abf6b86c095
tree8b241bc0ca8518cb00a6d4e465275c5d9cdf8e84
parent2f57dc857553b881a1e65a1b2341d6f7055cb3d9
parent3d3a5ca79fa6bbc83ec73a90c9a4337630ff76b2
Rollup merge of #83920 - ortem:fix-hashmap-lldb-pretty-printer-1.52, r=pnkfelix

Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0

The pretty-printer was broken in https://github.com/rust-lang/rust/pull/77566 after updating hashbrown to 0.11.0.
Note that the corresponding GDB pretty-printer was updated properly.

Fixes #83891