Merge pull request 'Instruct user not to worry about sentinel syntax in 065_builtins2' (#425) from nickgrim/exercises:sentinel_warning into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/425
This commit is contained in:
Chris Boesch
2026-05-18 19:50:18 +02:00

View File

@@ -99,7 +99,7 @@ pub fn main() void {
// 'fields' is a slice of StructFields. Here's the declaration:
//
// pub const StructField = struct {
// name: [:0]const u8,
// name: [:0]const u8, // Don't worry about `:0` yet!
// type: type,
// default_value_ptr: ?*const anyopaque,
// is_comptime: bool,