mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
docs(zon/stringify.zig): Added missing non-serializable type
This commit is contained in:
parent
6bb6013d3a
commit
6eeceb4b14
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
//! * `noreturn`
|
//! * `noreturn`
|
||||||
//! * Error sets/error unions
|
//! * Error sets/error unions
|
||||||
//! * Untagged unions
|
//! * Untagged unions
|
||||||
|
//! * Non-exhaustive enums
|
||||||
//! * Many-pointers or C-pointers
|
//! * Many-pointers or C-pointers
|
||||||
//! * Opaque types, including `anyopaque`
|
//! * Opaque types, including `anyopaque`
|
||||||
//! * Async frame types, including `anyframe` and `anyframe->T`
|
//! * Async frame types, including `anyframe` and `anyframe->T`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue