Update to Rust 1.73.0:
See the blog post and release notes for more details.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2023-c1d2c8e17c
Please login to add feedback.
0 | 3 | Test Case rust compile |
This update has been submitted for testing by jistone.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update's test gating status has been changed to 'passed'.
This broke the Fedora Asahi kernel build (which uses unstable features). We normally fix things when changes are required, since unstable features change all the time, but this time it looks like a compiler bug (per discussion in #rust:fedoraproject.org).
In particular, this used to compile on 1.72.1 (with
RUSTC_BOOTSTRAP=1
), and now doesn't: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=34b8d13b298f3cf711e08433eb04d2e3If there is some way to fix that code to make it work in 1.73.0 (while keeping the constness of
IdArray::new
) then we'll make the change, but otherwise we're stuck.Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
Confirm local breakage for me too
Rust 1.73.0 breaks Firefox 118 builds (and presumably lower) by way of missing (unstable?) platform-specific SIMD intrinsics on, at the very least, arm64.
Unstable features are not supported -- please see: https://bodhi.fedoraproject.org/updates/FEDORA-2023-e29b93e24d#comment-3239185
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by jistone.
This update has been pushed to stable.