about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2024-10-24 00:22:37 +0000
committerEsteban Küber <esteban@kuber.com.ar>2024-10-25 18:06:39 +0000
commit5980a32ef1b8a542bbf64e685af09d5a87d9b501 (patch)
treebe2b5228a655226eafd198475f5d07d3f0a1bddb /compiler/rustc_codegen_llvm/src
parentaa82fd6d1dd2f2ac6a44dbfa99e1de779b58428a (diff)
downloadrust-5980a32ef1b8a542bbf64e685af09d5a87d9b501.tar.gz
rust-5980a32ef1b8a542bbf64e685af09d5a87d9b501.zip
Pass long type path into `note_obligation_cause_code` to avoid printing same path multiple times
Because `note_obligation_cause_code` is recursive, if multiple types are too
long to print to the terminal, a `long_ty_file` will be created. Before, one was
created *per recursion*. Now, it is passed in so it gets printed only once.

Part of #132013.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions