rustc_middle: Rename Export to ModChild and add some comments
Also rename `module_exports`/`export_map` to `module_reexports`/`reexport_map` for clarity.
This commit is contained in:
@@ -84,6 +84,7 @@ pub mod dep_graph;
|
||||
pub mod hir;
|
||||
pub mod infer;
|
||||
pub mod lint;
|
||||
pub mod metadata;
|
||||
pub mod middle;
|
||||
pub mod mir;
|
||||
pub mod thir;
|
||||
|
||||
Reference in New Issue
Block a user