mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
shrink tag width on RocResult
This commit is contained in:
parent
b924f7e329
commit
36700a0c70
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ impl<T, E> From<Result<T, E>> for RocResult<T, E> {
|
|||
}
|
||||
}
|
||||
|
||||
#[repr(u64)] // TODO change to u8 once Ayaz's PR has merged
|
||||
#[repr(u8)]
|
||||
#[derive(Clone, Copy)]
|
||||
enum RocResultTag {
|
||||
RocErr = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue