Skip to content

Toolchain upgrade to nightly-2025-04-25 failed #4044

@github-actions

Description

@github-actions

Updating Rust toolchain from nightly-2025-04-24 to nightly-2025-04-25 requires source changes.
The failed automated run can be found here.
Please review the changes at https://github.com/rust-lang/rust from rust-lang/rust@df35ff6 up to rust-lang/rust@d7ea436. The log for this commit range is:
rust-lang/rust@d7ea436a02 Auto merge of #140256 - matthiaskrgr:rollup-8if58zf, r=matthiaskrgr
rust-lang/rust@a01655298a Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jieyouxu
rust-lang/rust@cea6ba7a06 Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung
rust-lang/rust@06126df8b8 Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35
rust-lang/rust@9dcb367838 Rollup merge of #140141 - thaliaarchi:env-consts/zkvm, r=joboet
rust-lang/rust@31a72bc45c Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=Amanieu
rust-lang/rust@c3f811f02f Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk
rust-lang/rust@27eac4b6d3 Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk
rust-lang/rust@53afa97eb7 Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr
rust-lang/rust@3c877f6a47 Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr
rust-lang/rust@f45d2bd8ee Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu
rust-lang/rust@1553cfa4e6 Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnr
rust-lang/rust@984ef2c656 Rollup merge of #140195 - jieyouxu:minicore-triagebot, r=jieyouxu
rust-lang/rust@a90f31e319 Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3
rust-lang/rust@60c2c34d1d Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errors
rust-lang/rust@93c1e054a8 Rollup merge of #140184 - Berrysoft:cygwin-target-doc, r=Noratrieb
rust-lang/rust@d08a5279e7 Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35
rust-lang/rust@a8ebfb256a Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk
rust-lang/rust@dc8fe1f81c Auto merge of #140239 - matthiaskrgr:rollup-75felo8, r=matthiaskrgr
rust-lang/rust@6921a51b4c stdarch
rust-lang/rust@c8c074288a Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
rust-lang/rust@986750ded4 Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii
rust-lang/rust@1254559404 Rollup merge of #140181 - nnethercote:rm-underscore_const, r=compiler-errors
rust-lang/rust@5d52b37a81 Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk
rust-lang/rust@2ba3a5c909 Rollup merge of #139945 - shepmaster:hir-lifetime-syntax-source, r=nnethercote
rust-lang/rust@2a07f998d0 Rollup merge of #139852 - makai410:smir-refactor, r=celinval
rust-lang/rust@32b2428c8b Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung
rust-lang/rust@10732e14f4 Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35
rust-lang/rust@cb3c5d773c Rollup merge of #139307 - xizheyin:issue-139296, r=joboet
rust-lang/rust@fdaa91a0d7 Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt
rust-lang/rust@e88b289d30 Mention average in midpoint documentations
rust-lang/rust@7f695232a8 Auto merge of #140168 - joshlf:no-nfas, r=jswrenn
rust-lang/rust@af8047789d Refactor StableMir to avoid some clones.
rust-lang/rust@055a27da2a Remove some unnecessary clones.
rust-lang/rust@16da97be2f Revert overzealous parse recovery for single colons
rust-lang/rust@c02a4f0852 Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,traviscross
rust-lang/rust@fa58ce343a Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr
rust-lang/rust@2a5c349f42 Extend HIR to track the source and syntax of a lifetime
rust-lang/rust@4326a44e6f transmutability: Mark edges by ranges, not values
rust-lang/rust@1162f42b86 Remove hack
rust-lang/rust@f943f73db4 More
rust-lang/rust@780f95dd18 Impl new API std::os::unix::fs::mkfifo under feature unix_fifo
rust-lang/rust@157caeed3e fix f*::MAX_EXP and MIN_EXP docs
rust-lang/rust@216fac3c23 wasm, arm, x86-without-SSE need simd to be explicitly enabled
rust-lang/rust@f0399b8ee9 triagebot: label minicore changes w/ A-test-infra-minicore
rust-lang/rust@f2ab763c20 rustc-dev-guide: document that //@ add-core-stubs imply -Cforce-unwind-tables=yes
rust-lang/rust@c79f15687a tests: account for CFI directives in tests/assembly/x86-return-float.rs
rust-lang/rust@e3296cdcab compiletest: //@ add-core-stubs implies -Cforce-unwind-tables=yes
rust-lang/rust@91da45acd3 Remove git_repository from the stage0 file
rust-lang/rust@a4b9a1b4da Remove git_repository field from GitConfig
rust-lang/rust@0296f05ce5 Make algebraic intrinsics into 'const fn' items; Make algebraic functions of 'f16', 'f32', 'f64', and 'f128' into 'const fn' items;
rust-lang/rust@5b390cdc58 Make SmirInterface pub(crate) and rename Context to SmirContext
rust-lang/rust@c6e6ac9575 Module docs
rust-lang/rust@0a76ef816f Rename compute_x methods
rust-lang/rust@17664d1f02 Update doc of cygwin target
rust-lang/rust@51088fdcee Remove synstructure::Structure::underscore_const calls.
rust-lang/rust@19e44d463b Don't warn about v128 in wasm ABI transition
rust-lang/rust@4c7e866fc8 update unstable book to mention string/bytestring typing
rust-lang/rust@32503440cd make [u8] and [u8;N] literal patterns usable in deref patterns
rust-lang/rust@61840254c5 make str literal patterns usable in deref patterns
rust-lang/rust@08baec4ebf add a test for byte string literal pattern mutability mismatches
rust-lang/rust@7c1661f945 Consider Copy/Clone too
rust-lang/rust@1727badf77 Don't compute query unless in new solver
rust-lang/rust@a922983393 Eagerly instantiate coroutine witness in new solver
rust-lang/rust@169955f3be Properly drain pending obligations for coroutines
rust-lang/rust@67df5b9cfa Collect and resolve ambiguous obligations from normalizing in writeback
rust-lang/rust@dfc8f02279 Move zkVM constants into sys::env_consts
rust-lang/rust@2ef4f78af1 rustc_target: Adjust RISC-V feature implication
rust-lang/rust@16381b3133 Use currently for futher improvement
rust-lang/rust@b5f5f62a8b make abi_unsupported_vector_types a hard error
rust-lang/rust@35a20ded32 Implement SmirInterface - With Context wrapped by SmirInterface, the stable-mir's TLV stores a pointer to SmirInterface, while the rustc-specific TLV stores a pointer to tables. - This PR make the rustc_smir mod public.
rust-lang/rust@f79a992bff add tests for merge_function handling
rust-lang/rust@5ea9125f37 update documentation
rust-lang/rust@31578dc587 fix "could not find source function" error by preventing function merging before AD
rust-lang/rust@75f86e6e2e fix LooseTypes flag and PrintMod behaviour, add debug helper
rust-lang/rust@e702f960f5 check_align: we can still check low alignments on MSVC
rust-lang/rust@2678d04dd9 mitigate MSVC unsoundness by not emitting alignment attributes on win32-msvc targets
rust-lang/rust@fe03f76794 std: Add performance warnings to HashMap::get_disjoint_mut
rust-lang/rust@ac34a6fcd5 Stabilize the cell_update feature
rust-lang/rust@eda997388b Add #[repr(u128)]/#[repr(i128)] enums to improper_ctypes_definitions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions