Can't cast variable length data to slice ([]u8 in this case). #2126
Labels
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone
I should be able to do this:
Its not a VLA because it is being cast to a slice.
I don't need to use
hexToBytes
, I can just usecharToDigit
directly (i also don't want to create the slice manually), but I wanted to note this.The text was updated successfully, but these errors were encountered: