higher alignment requirement on rocstr/roclist

This commit is contained in:
Folkert 2021-09-04 15:18:37 +02:00
parent 6beff62ece
commit 1d17a21d1f
3 changed files with 12 additions and 8 deletions

View file

@ -1150,8 +1150,8 @@ fn strToBytes(arg: RocStr) RocList {
}
const FromUtf8Result = extern struct {
byte_index: usize,
string: RocStr,
byte_index: usize,
is_ok: bool,
problem_code: Utf8ByteProblem,
};