mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Instruct user not to worry about sentinel syntax in 065_builtins2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user