rust/crates/ra_ide
bors[bot] 27a7718880
Merge #4128
4128: Include correct item path for variant completions r=matklad a=jonas-schievink

The test would previously suggest `E::V`, which is not enough to name the variant as the enum is in a module. Now it correctly suggests the full path `m::E::V`.

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-04-24 21:11:19 +00:00
..
src Merge #4128 2020-04-24 21:11:19 +00:00
Cargo.toml insta 0.16 2020-04-14 13:57:02 -04:00