| ... | @@ -12,6 +12,7 @@ | ... | @@ -12,6 +12,7 @@ |
| 12 | //! * `noreturn` | 12 | //! * `noreturn` |
| 13 | //! * Error sets/error unions | 13 | //! * Error sets/error unions |
| 14 | //! * Untagged unions | 14 | //! * Untagged unions |
| | 15 | //! * Non-exhaustive enums |
| 15 | //! * Many-pointers or C-pointers | 16 | //! * Many-pointers or C-pointers |
| 16 | //! * Opaque types, including `anyopaque` | 17 | //! * Opaque types, including `anyopaque` |
| 17 | //! * Async frame types, including `anyframe` and `anyframe->T` | 18 | //! * Async frame types, including `anyframe` and `anyframe->T` |