• A
    rustc: Wait for all codegen threads to exit · 14c6835e
    Alex Crichton 提交于
    This commit updates rustc to wait for all codegen threads to exit before
    allowing the main thread to exit. This is a stab in the dark to fix the
    mysterious segfaults appearing on #55238, and hopefully we'll see
    whether this actually fixes things in practice...
    14c6835e
base.rs 50.1 KB