You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on Arch Linux x86_64, I configured the compiler with plain ./configure, on commit 6d8342f5e9f7093694548e761ee7df4f55243f3f. While the build is on this step:
Thanks for the report. This is a duplicate of #14871. The issue has hopefully been fixed already but the fix is not yet part of the latest stage0 snapshot. You can get a rustc version with debuginfo by running RUSTFLAGS_STAGE2=-g make rustc-stage2. This way the stage1 compiler will already contain the fix and won't crash when building stage2 with debuginfo.
I'm on Arch Linux x86_64, I configured the compiler with plain
./configure
, on commit6d8342f5e9f7093694548e761ee7df4f55243f3f
. While the build is on this step:I get this error:
With this backtrace:
The text was updated successfully, but these errors were encountered: