mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-27 15:41:33 +00:00
Fix the missing Copy trait error
This commit is contained in:
@ -494,7 +494,7 @@ mod test {
|
||||
let mut assembler = Assembler::new().unwrap();
|
||||
let locs = machine.acquire_locations(
|
||||
&mut assembler,
|
||||
&[(WpType::I32, MachineValue::Undefined); 10],
|
||||
&(0..10).map(|_| (WpType::I32, MachineValue::Undefined)).collect::<Vec<_>>(),
|
||||
false,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user