diff --git a/lib/std/target.zig b/lib/std/target.zig index 8edc4acea86364aec82b6100098e38dbb842499d..110b7a088f50a8a643a9fad2e7232837e12b6239 100644 --- a/lib/std/target.zig +++ b/lib/std/target.zig @@ -102,6 +102,8 @@ pub const Target = struct { } }; + /// This function is defined to serialize a Zig source code representation of this + /// type, that, when parsed, will deserialize into the same data. pub fn format( self: WindowsVersion, comptime fmt: []const u8,