| author | |
| committer | |
| log | 86ef3202dd5f4198411b39abdbea293832ebaad9 |
| tree | 141ddbb1f0fb0ceb928a78a002eccdc7fc2e535c |
| parent | 68be2299172f6d87ed5db2ad2a7fcbdef2085725 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/target.zig+2| ... | @@ -102,6 +102,8 @@ pub const Target = struct { | ... | @@ -102,6 +102,8 @@ pub const Target = struct { |
| 102 | } | 102 | } |
| 103 | }; | 103 | }; |
| 104 | 104 | ||
| 105 | /// This function is defined to serialize a Zig source code representation of this | ||
| 106 | /// type, that, when parsed, will deserialize into the same data. | ||
| 105 | pub fn format( | 107 | pub fn format( |
| 106 | self: WindowsVersion, | 108 | self: WindowsVersion, |
| 107 | comptime fmt: []const u8, | 109 | comptime fmt: []const u8, |