about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/asm.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-10-30 19:31:40 -0700
committerGitHub <noreply@github.com>2022-10-30 19:31:40 -0700
commite6ffd96e41ade1cdc5c39ddfc788615c46172f4f (patch)
tree065f32501046475c73f00b49fbd1cf4ded5dc9fa /compiler/rustc_codegen_llvm/src/asm.rs
parent4473fcd6f2dcb91d8df98dbfc314834bbbf90ad7 (diff)
parent8609364480a7fb95edbecd202ecc511348ddbd25 (diff)
downloadrust-e6ffd96e41ade1cdc5c39ddfc788615c46172f4f.tar.gz
rust-e6ffd96e41ade1cdc5c39ddfc788615c46172f4f.zip
Rollup merge of #103764 - SarthakSingh31:issue-94187-2, r=compiler-errors
All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should_print_verbose`

Follow-up to #103428. That pr only partially fixed #94187. In some cases (like closures) `std::any::type_name` was still producing a different output when `-Zverbose` was enabled.

This pr fixes those cases and adds a new function `PrettyPrinter::should_print_verbose`. This function should always be used over `self.tcx().sess.verbose()` inside a `impl PrettyPrinter`.

Maybe closes #94187 now.

r? ``@compiler-errors``
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/asm.rs')
0 files changed, 0 insertions, 0 deletions