| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
rust-lang/rust#157151 removed the `x86-softfloat` compatibility alias that was introduced in rust-lang/rust#151154. Nightlies from 2026-07-05 onward reject `"rustc-abi": "x86-softfloat"` with: invalid rustc abi: 'x86-softfloat'. allowed values: 'x86-sse2', 'powerpc-spe', 'softfloat' Switch the stage-3 and stage-4 custom JSON target specs to the canonical `softfloat` value. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The Examples job fails until we publish a new release (it uses the bootloader release from crates.io) |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
rust-lang/rust#157151 removed the x86-softfloat compatibility alias. Nightlies from
2026-07-05 onward reject "rustc-abi": "x86-softfloat" with:
Switch the stage-3 and stage-4 custom JSON target specs to the canonical softfloat value.
Generated with Claude Code