Skip to content

Commit

Permalink
aligned is a qualifier not an option
Browse files Browse the repository at this point in the history
  • Loading branch information
nikswamy committed Oct 22, 2024
1 parent 0360717 commit d495409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/TypeSizes.fst
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ let rec size_and_alignment_of_field (env:env_t)
if all_cases_fixed
&& not (Fixed? size)
then error
"With the --align option, \
"With the 'aligned' qualifier, \
all cases of a union with a fixed size \
must have the same size; \
union padding is not yet supported"
Expand Down

0 comments on commit d495409

Please sign in to comment.