Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup: Ensure buffer allocation for bootstrap
Bootstrap was failing because the vector did not allocate the internal buffer and was holding a null pointer. Commit to fixup is b71fd2a gcc/rust/ChangeLog: * expand/rust-proc-macro.cc (generate_proc_macro_decls_symbol): Resize the vector and initialize it with dummy data before changing it. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
- Loading branch information