rust-analyzer/crates/ra_analysis
bors[bot] ffbb604363 Merge #157
157: Introduce ModuleId r=matklad a=matklad

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.

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2018-10-23 17:57:10 +00:00
..
src Introduce ModuleId 2018-10-23 20:44:23 +03:00
tests Introduce ModuleId 2018-10-23 20:44:23 +03:00
Cargo.toml Cargo Update run 2018-10-23 09:46:00 -04:00