rustc: Implement on-heap resizing for interior vectors
This commit is contained in:
@@ -197,8 +197,8 @@ rust_ivec_heap
|
||||
union
|
||||
rust_ivec_payload
|
||||
{
|
||||
uint8_t data[]; // if on stack
|
||||
struct rust_ivec_heap *ptr; // if on heap
|
||||
rust_ivec_heap *ptr; // if on heap
|
||||
uint8_t data[]; // if on stack
|
||||
};
|
||||
|
||||
struct
|
||||
|
||||
Reference in New Issue
Block a user