mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 19:32:17 +00:00
Use immutable List.reserve
variant
This commit is contained in:
parent
e70b491816
commit
e71ea37d30
1 changed files with 2 additions and 2 deletions
|
@ -1371,9 +1371,9 @@ impl<
|
|||
&Literal::Int((element_width as i128).to_ne_bytes()),
|
||||
);
|
||||
|
||||
// Load UpdateMode.InPlace argument (1u8)
|
||||
// Load UpdateMode.Immutable argument (0u8)
|
||||
let u8_layout = Layout::U8;
|
||||
let update_mode = 1u8;
|
||||
let update_mode = 0u8;
|
||||
self.load_literal(
|
||||
&Symbol::DEV_TMP3,
|
||||
&u64_layout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue