sway
sway copied to clipboard
Annotate TypeFields
This PR adds support for attaching Attributes to fields of enums and structs.
The primary motivation was to remove this hack introduced in https://github.com/FuelLabs/sway/pull/2516: https://github.com/FuelLabs/sway/blob/afb59ca69615e9a1e65ea54a4ae3c6f3e357ba64/sway-parse/src/item/mod.rs#L78-L96
The second commit is for fixing the issues in fmt-v2. The tests pass, but correct formatting is left for another PR as we did in #2516.