rust-analyzer/crates/ra_analysis/tests
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
..
tests.rs Introduce ModuleId 2018-10-23 20:44:23 +03:00