]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #76015 - ortem:fix-lldb-script, r=Mark-Simulacrum
authorDylan DPC <dylan.dpc@gmail.com>
Sat, 29 Aug 2020 23:43:55 +0000 (01:43 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Aug 2020 23:43:55 +0000 (01:43 +0200)
commit063313bca632aef60e3482749ed6c00d46933917
tree8808746c1c6741dd7ff268954c05ebc8ba791ccb
parent96e0bc7b6baa6199ea53f95d54e200556edcedad
parent9cdcfe22887ae8df1e86c5dc7db908a50172118c
Rollup merge of #76015 - ortem:fix-lldb-script, r=Mark-Simulacrum

Fix loading pretty-printers in rust-lldb script

Pretty-printers loading in `rust-lldb` script was broken in https://github.com/rust-lang/rust/pull/72357

This fixes https://github.com/rust-lang/rust/issues/76006