rust/compiler
Camelid 5ce3f4c166 Resolve enum field visibility correctly
Previously, this code treated enum fields' visibility as if they were
struct fields. However, that's not correct because the visibility of a
struct field with `ast::VisibilityKind::Inherited` is private to the
module it's defined in, whereas the visibility of an *enum* field with
`ast::VisibilityKind::Inherited` is the visibility of the enum it
belongs to.
2020-12-12 14:04:59 -08:00
..
2020-12-07 17:56:19 -08:00
2020-12-03 17:08:19 -05:00
2020-11-26 21:32:27 +01:00
2020-12-03 17:08:19 -05:00