ziglings/patches/patches/061_coercions.patch

5 lines
94 B
Diff

70c70
< const my_letter: ??? = &letter;
---
> const my_letter: ?*[1]u8 = &letter;