Skip to content

Commit

Permalink
Allow @rust.Copy on unions
Browse files Browse the repository at this point in the history
Reviewed By: diliop

Differential Revision: D69693287

fbshipit-source-id: 5c7af6a3da5ff9b5c4913836920ecae8ca319fce
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Feb 15, 2025
1 parent 3f30af0 commit c3301cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thrift/annotation/rust.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ struct Name {
}

@scope.Struct
@scope.Union
struct Copy {
// # `rust.Copy`
//
Expand Down

0 comments on commit c3301cf

Please sign in to comment.