rust/compiler/rustc_metadata/src
Nicholas Nethercote bcf0ec0191 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
2023-02-17 22:24:31 +11:00
..
rmeta Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU 2023-02-17 04:45:15 +00:00
creader.rs rustc_resolve: Remove Resolver::clone_output 2023-02-13 00:10:15 +04:00
dependency_format.rs Replace enum ==s with matches where it makes sense 2023-01-30 12:26:26 +00:00
errors.rs Add extended error message for E0523 2023-02-06 06:58:30 -05:00
foreign_modules.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
fs.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
lib.rs Wrap bundlen static libraries into object files 2022-11-14 12:01:49 +03:00
locator.rs Add extended error message for E0523 2023-02-06 06:58:30 -05:00
native_libs.rs Replace mk_foo calls with infer_foo where possible. 2023-02-17 22:24:31 +11:00