rust/crates/assists
Jonas Schievink 5dcbf03d0f adt: correctly inherit field visibility from enum
Previously, "find all references" on a variant field wouldn't find any
references outside the defining module. This is because variant fields
were incorrectly assumed to be private, like struct fields without
explicit visibility, but they actually inherit the enum's visibility.
2020-10-09 20:46:45 +02:00
..
src adt: correctly inherit field visibility from enum 2020-10-09 20:46:45 +02:00
Cargo.toml Add description for crates that will be published 2020-08-24 13:07:22 +02:00