Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adt: correctly inherit field visibility from enum | Jonas Schievink | 2020-10-09 | 1 | -9/+19 |
| | | | | | | | 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. | ||||
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+329 |