You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ziglings/patches/patches/050_no_value.patch

15 lines
386 B
Diff

68c68
< var first_line1: *const [16]u8 = ???;
---
> var first_line1: *const [16]u8 = undefined;
71c71
< var first_line2: Err!*const [21]u8 = ???;
---
> var first_line2: Err!*const [21]u8 = Err.Cthulhu;
80,81c80,81
< fn printSecondLine() ??? {
< var second_line2: ?*const [18]u8 = ???;
---
> fn printSecondLine() void {
> var second_line2: ?*const [18]u8 = null;