]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_trait_selection/src/traits/fulfill.rs
Rollup merge of #107006 - b-naber:thir-tree, r=jackh726
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 29 Jan 2023 19:03:37 +0000 (20:03 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Jan 2023 19:03:37 +0000 (20:03 +0100)
commit45446824e3226c9270a8eb6e3554edbca5187fd2
tree55839c7a93c0e92fd53b0ca8413fe5501bda0dbf
parent782da867c801441212a00f20bf75bc312c815460
parent92f2d27d1b5ec6b81299edf0e55bb1f0fc45ae9b
Rollup merge of #107006 - b-naber:thir-tree, r=jackh726

Output tree representation on thir-tree

The current output of `-Zunpretty=thir-tree` is really cumbersome to work with, using an actual tree representation should make it easier to see what the thir looks like.
compiler/rustc_driver/src/pretty.rs
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_mir_build/src/build/mod.rs
compiler/rustc_session/src/config.rs