]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81834 - ortem:fix-LLDB-hashmap-pretty-printers, r=Mark-Simulacrum
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 9 Feb 2021 01:39:55 +0000 (02:39 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 01:39:55 +0000 (02:39 +0100)
commit1652759581515aedce741a41fecc9184240678a7
treef21adaf89f920a0aca019e8669af6c38a609b886
parentd19f37541c0b3df1e2c1d629e03745198f816b47
parent9ce070d27ddbbae3004dd7af6ac6fca59c8b2e23
Rollup merge of #81834 - ortem:fix-LLDB-hashmap-pretty-printers, r=Mark-Simulacrum

Resolve typedef in HashMap lldb pretty-printer only if possible

Fixes https://github.com/rust-lang/rust/issues/81814

Previously, `GetTypedefedType` was invoked unconditionally.
But this did not work in case of `rust-lldb` without Rust patches since there was no typedef.