Commit 6eeceb4b14

Alexandre Blais <alexandreblais42@gmail.com>
2025-08-09 22:20:44
docs(zon/stringify.zig): Added missing non-serializable type
1 parent 6bb6013
Changed files (1)
lib
lib/std/zon/stringify.zig
@@ -12,6 +12,7 @@
 //! * `noreturn`
 //! * Error sets/error unions
 //! * Untagged unions
+//! * Non-exhaustive enums
 //! * Many-pointers or C-pointers
 //! * Opaque types, including `anyopaque`
 //! * Async frame types, including `anyframe` and `anyframe->T`