| ... | ... | @@ -383,7 +383,7 @@ const attributes = struct { |
| 383 | 383 | write_only, |
| 384 | 384 | none, |
| 385 | 385 | |
| 386 | | const opts = struct { |
| 386 | pub const opts = struct { |
| 387 | 387 | const enum_kind = .identifier; |
| 388 | 388 | }; |
| 389 | 389 | }, |
| ... | ... | @@ -454,7 +454,7 @@ const attributes = struct { |
| 454 | 454 | strftime, |
| 455 | 455 | strfmon, |
| 456 | 456 | |
| 457 | | const opts = struct { |
| 457 | pub const opts = struct { |
| 458 | 458 | const enum_kind = .identifier; |
| 459 | 459 | }; |
| 460 | 460 | }, |
| ... | ... | @@ -500,7 +500,7 @@ const attributes = struct { |
| 500 | 500 | BND32, BND64, |
| 501 | 501 | // zig fmt: on |
| 502 | 502 | |
| 503 | | const opts = struct { |
| 503 | pub const opts = struct { |
| 504 | 504 | const enum_kind = .identifier; |
| 505 | 505 | }; |
| 506 | 506 | }, |
| ... | ... | @@ -560,7 +560,7 @@ const attributes = struct { |
| 560 | 560 | @"little-endian", |
| 561 | 561 | @"big-endian", |
| 562 | 562 | |
| 563 | | const opts = struct { |
| 563 | pub const opts = struct { |
| 564 | 564 | const enum_kind = .string; |
| 565 | 565 | }; |
| 566 | 566 | }, |
| ... | ... | @@ -577,7 +577,7 @@ const attributes = struct { |
| 577 | 577 | notinbranch, |
| 578 | 578 | inbranch, |
| 579 | 579 | |
| 580 | | const opts = struct { |
| 580 | pub const opts = struct { |
| 581 | 581 | const enum_kind = .string; |
| 582 | 582 | }; |
| 583 | 583 | } = null, |
| ... | ... | @@ -587,7 +587,7 @@ const attributes = struct { |
| 587 | 587 | arg: enum { |
| 588 | 588 | nomitigation, |
| 589 | 589 | |
| 590 | | const opts = struct { |
| 590 | pub const opts = struct { |
| 591 | 591 | const enum_kind = .identifier; |
| 592 | 592 | }; |
| 593 | 593 | }, |
| ... | ... | @@ -613,7 +613,7 @@ const attributes = struct { |
| 613 | 613 | @"initial-exec", |
| 614 | 614 | @"local-exec", |
| 615 | 615 | |
| 616 | | const opts = struct { |
| 616 | pub const opts = struct { |
| 617 | 617 | const enum_kind = .string; |
| 618 | 618 | }; |
| 619 | 619 | }, |
| ... | ... | @@ -642,7 +642,7 @@ const attributes = struct { |
| 642 | 642 | internal, |
| 643 | 643 | protected, |
| 644 | 644 | |
| 645 | | const opts = struct { |
| 645 | pub const opts = struct { |
| 646 | 646 | const enum_kind = .string; |
| 647 | 647 | }; |
| 648 | 648 | }, |
| ... | ... | @@ -671,7 +671,7 @@ const attributes = struct { |
| 671 | 671 | @"all-arg", |
| 672 | 672 | @"all-gpr-arg", |
| 673 | 673 | |
| 674 | | const opts = struct { |
| 674 | pub const opts = struct { |
| 675 | 675 | const enum_kind = .string; |
| 676 | 676 | }; |
| 677 | 677 | }, |
| ... | ... | @@ -689,7 +689,7 @@ const attributes = struct { |
| 689 | 689 | nullable_result, |
| 690 | 690 | unspecified, |
| 691 | 691 | |
| 692 | | const opts = struct { |
| 692 | pub const opts = struct { |
| 693 | 693 | const enum_kind = .identifier; |
| 694 | 694 | }; |
| 695 | 695 | }, |
| ... | ... | @@ -700,7 +700,7 @@ const attributes = struct { |
| 700 | 700 | aapcs, |
| 701 | 701 | @"aapcs-vfp", |
| 702 | 702 | |
| 703 | | const opts = struct { |
| 703 | pub const opts = struct { |
| 704 | 704 | const enum_kind = .string; |
| 705 | 705 | }; |
| 706 | 706 | }, |