diff --git a/compiler/gen_dev/src/generic64/storage.rs b/compiler/gen_dev/src/generic64/storage.rs index 148df8d55a..8eabc93f6f 100644 --- a/compiler/gen_dev/src/generic64/storage.rs +++ b/compiler/gen_dev/src/generic64/storage.rs @@ -42,7 +42,7 @@ struct StorageManager< CC: CallConv, > { phantom_cc: PhantomData, - symbol_storage_map: MutMap>, + symbol_storage_map: MutMap>>, // This should probably be smarter than a vec. // There are certain registers we should always use first. With pushing and popping, this could get mixed.