]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #100524 - ohno418:impl-debug-for-some-rustbuild-structs, r=Mark-Simul...
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 14 Aug 2022 18:16:03 +0000 (20:16 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Aug 2022 18:16:03 +0000 (20:16 +0200)
Impl `Debug` for some structs of rustbuild

A small patch to impl `Debug` for some structs of rustbuild to make debugging easier.

(I was trying to impl `Debug` for the `Config` struct, but found to have a bit more things to do. So gave up for now.)


Trivial merge