rust/crates/ra_analysis
Aleksey Kladov dc477db757 Introduce ModuleId
Previously, module was synonym with a file, and so a module could have
had several parents. This commit introduces a separate module concept,
such that each module has only one parent, but a single file can
correspond to different modules.
2018-10-23 20:44:23 +03:00
..
2018-10-23 20:44:23 +03:00
2018-10-23 20:44:23 +03:00
2018-10-20 23:27:06 +03:00