Instruct user not to worry about sentinel syntax in 065_builtins2

This commit is contained in:
Nick Grimshaw
2026-05-18 17:29:17 +01:00
parent dde51b3126
commit 42a417f9a5

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,