mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
higher alignment requirement on rocstr/roclist
This commit is contained in:
parent
6beff62ece
commit
1d17a21d1f
3 changed files with 12 additions and 8 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue