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>2024-02-08 20:34:58 +0100
committerGitHub <noreply@github.com>2024-02-08 20:34:58 +0100
commit1f31daa047997e860aa80dcfd9f1e723533756aa (patch)
tree3b09370a19b7cbfb5fabf891de1a2a9fed3185b9 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent4ffb1a7f3decb844275840b6b253d5717db79968 (diff)
parentcd21b1d036fbc1f8e72451442feb12b098c33ef5 (diff)
downloadrust-1f31daa047997e860aa80dcfd9f1e723533756aa.tar.gz
rust-1f31daa047997e860aa80dcfd9f1e723533756aa.zip
Rollup merge of #120750 - compiler-errors:itctx-by-val, r=cjgillot
No need to take `ImplTraitContext` by ref

We used to mutate `ImplTraitContext`, so it used to be `&mut` mutable ref. Then I think it used to have non-`Copy` data in it, so we took it by `&` ref. Now, none of that remains, so just copy it around.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions