Commit 2025-08-19 13:41 2e1c3baf
View on Github →feat(to_additive): support private
in structures (#28625)
This PR lets @[to_additive]
automatically translate private
constructors and structure fields. The current implementation assumes that they are not marked private
.