rust/compiler/rustc_resolve
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
..
src Rename to nearest_parent_mod 2021-01-06 12:55:44 -08:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00