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/061_coercions.patch

5 lines
94 B
Diff

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