You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when attaching non-bitfield specific attributes onto fields of a #[bitfield] annotated struct they are simply lost.
This is bad since users might want to have a direct influence onto some generated setters and getters.
An example use case might be to add some specific documentation or disable certain warnings but there might be more!
This issue proposes to re-expand non-bitfield specific attributes for a given field for all expanded getters and setters of it.
In the future we might want to provide the user with more control and take over control for which getters and setters the attribute shall be expanded but this issue is not concerned about this.
The text was updated successfully, but these errors were encountered:
Currently when attaching non-bitfield specific attributes onto fields of a
#[bitfield]
annotated struct they are simply lost.This is bad since users might want to have a direct influence onto some generated setters and getters.
An example use case might be to add some specific documentation or disable certain warnings but there might be more!
This issue proposes to re-expand non-bitfield specific attributes for a given field for all expanded getters and setters of it.
In the future we might want to provide the user with more control and take over control for which getters and setters the attribute shall be expanded but this issue is not concerned about this.
The text was updated successfully, but these errors were encountered: