rust/compiler/rustc_resolve/src
Camelid ff75da89b1 Rename to nearest_parent_mod
* Rename `ModuleData.normal_ancestor_id` to `nearest_parent_mod`

`normal_ancestor_id` is a very confusing name if you don't already
understand what it means. Adding docs helps, but using a clearer and
more obvious name is also important.

* Rename `Resolver::nearest_mod_parent` to `nearest_parent_mod`

* Add more docs
2021-01-06 12:55:44 -08:00
..
late Consistently call editions "Rust 20xx" in messages. 2020-12-31 19:06:09 +01:00
build_reduced_graph.rs Rename to nearest_parent_mod 2021-01-06 12:55:44 -08:00
check_unused.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
def_collector.rs Rename kw::Invalid -> kw::Empty 2020-12-30 09:50:02 -05:00
diagnostics.rs Move lev_distance to rustc_ast, make non-generic 2020-11-24 16:12:23 -08:00
imports.rs Move lev_distance to rustc_ast, make non-generic 2020-11-24 16:12:23 -08:00
late.rs Rename to nearest_parent_mod 2021-01-06 12:55:44 -08:00
lib.rs Rename to nearest_parent_mod 2021-01-06 12:55:44 -08:00
macros.rs Rename to nearest_parent_mod 2021-01-06 12:55:44 -08:00