rust/compiler/rustc_resolve/src
the8472 9f50c87267
Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot
Cleanup: Remove needless reference in ParentHirIterator

It forces an intermediate binding of `Map` which is a Copy type.
2021-09-21 22:54:00 +02:00
..
late Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot 2021-09-21 22:54:00 +02:00
build_reduced_graph.rs rustc: Remove local variable IDs from Exports 2021-09-10 23:41:48 +03:00
check_unused.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
def_collector.rs Record call_site parent for macros. 2021-09-10 20:19:25 +02:00
diagnostics.rs feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
imports.rs rustc: Remove local variable IDs from Exports 2021-09-10 23:41:48 +03:00
late.rs Move confused_type_with_std_module to ResolverOutputs 2021-09-06 11:20:59 -05:00
lib.rs Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco 2021-09-12 03:44:53 -07:00
macros.rs Record call_site parent for macros. 2021-09-10 20:19:25 +02:00