about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-02-16 11:47:50 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-02-17 22:24:31 +1100
commit8fe8e533009adda27754abf05af6ed623f7e9c86 (patch)
treed8e373f11ccc0fe4838ab64986bc66995c30beb3 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentf58bd0e290764f31afa45147dff743a20b4d2bfe (diff)
downloadrust-8fe8e533009adda27754abf05af6ed623f7e9c86.tar.gz
rust-8fe8e533009adda27754abf05af6ed623f7e9c86.zip
Replace `mk_foo` calls with `infer_foo` where possible.
There are several `mk_foo`/`intern_foo` pairs, where the former takes an
iterator and the latter takes a slice. (This naming convention is bad,
but that's a fix for another PR.)

This commit changes several `mk_foo` occurrences into `intern_foo`,
avoiding the need for some `.iter()`/`.into_iter()` calls. Affected
cases:
- mk_type_list
- mk_tup
- mk_substs
- mk_const_list
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions