about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-21 12:45:24 +0100
committerGitHub <noreply@github.com>2025-02-21 12:45:24 +0100
commit85329db70564d7d037618d1f934a39ab0d5ed1be (patch)
tree1aa36c280fe782e0d539273369243e0a6c63f1d7 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parenta81c2648dc5e3bc190ebdc9c8fd32c7998001b44 (diff)
parent90bd46bfc3e3a7c1ff67e7693f1b354264bb253b (diff)
downloadrust-85329db70564d7d037618d1f934a39ab0d5ed1be.tar.gz
rust-85329db70564d7d037618d1f934a39ab0d5ed1be.zip
Rollup merge of #137299 - nnethercote:simplify-PostOrder-customization, r=compiler-errors
Simplify `Postorder` customization.

`Postorder` has a `C: Customization<'tcx>` parameter, that gives it flexibility about how it computes successors. But in practice, there are only two `impls` of `Customization`, and one is for the unit type.

This commit simplifies things by removing the generic parameter and replacing it with an `Option`.

r? ````@saethlin````
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions