]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #69038 - yaahc:backtrace-debug, r=dtolnay
authorDylan DPC <dylan.dpc@gmail.com>
Wed, 12 Feb 2020 19:36:56 +0000 (20:36 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 19:36:56 +0000 (20:36 +0100)
commit5a800d7ee641054c59199b6960ea30936a0b9de2
treec392660513d8323e89370e82799cc11668c6e31b
parent29dd5df791bb70d6c5d3d1118c1289d4f3d51899
parentec8ee7fb81c208fbd0fe53f11b1c792f3e0d6c6f
Rollup merge of #69038 - yaahc:backtrace-debug, r=dtolnay

Add initial debug fmt for Backtrace

Fixes the first point in https://github.com/rust-lang/rust/issues/65280

related to https://github.com/rust-lang/rust/issues/53487