ziglings/patches/patches/061_coercions.patch
2021-04-09 14:41:25 -04:00

4 lines
94 B
Diff

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