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 can not build mozilla-central/third_party/rust/autocfg using rustc version 1.68.0 or rustc 1.69.0-beta.1 under windows with older AMD CPUs both result in this error:
Compiling autocfg v1.1.0 (C:\Users\mac\mozilla\firefox\mozilla\third_party\rust\autocfg)
error: could not compile autocfg
this compiles successfully using either rustc 1.67.1 or rustc 1.70.0-nightly.
So, it would seem the issue is known and has been fixed but the fix really needs to be backported to a 1.68.1 and a newer 1.69.0 beta. It is embarrassing for a compiler to abort compiling legitimate code. This is embarrassing both to the rust project and Mozilla.
Oh I meant to add the results from various AMD CPUs that i had access to to test this:
FAILS AMD Phenom(tm) II X3 710 Processor 2.60 GHz
FAILS AMD A6-3420M with Radeon(tm) HD Grpahics 1,50 GHz
WORKS AMD A6-4400M APU with Radeon(tm) HD Graphics 2.70 GHz
WORKS AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx 2.30 GHz
This issue exists as #108978, please report your results there.
mac198442
changed the title
An't build latest mozilla-central version of third_party/rust/autocfg using either rustc 1.68.0 or rustc 1.69.0-berta.1
Can't build latest mozilla-central version of third_party/rust/autocfg using either rustc 1.68.0 or rustc 1.69.0-beta.1
Mar 22, 2023
I tried this code:
<code>
I expected to see this happen: explanation
Instead, this happened: explanation
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: