diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-02-08 20:34:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-08 20:34:58 +0100 |
| commit | 1f31daa047997e860aa80dcfd9f1e723533756aa (patch) | |
| tree | 3b09370a19b7cbfb5fabf891de1a2a9fed3185b9 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp | |
| parent | 4ffb1a7f3decb844275840b6b253d5717db79968 (diff) | |
| parent | cd21b1d036fbc1f8e72451442feb12b098c33ef5 (diff) | |
| download | rust-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
