Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolchain upgrade to nightly-2024-09-07 failed #3503

Closed
github-actions bot opened this issue Sep 8, 2024 · 0 comments · Fixed by #3504
Closed

Toolchain upgrade to nightly-2024-09-07 failed #3503

github-actions bot opened this issue Sep 8, 2024 · 0 comments · Fixed by #3504

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2024

Updating Rust toolchain from nightly-2024-09-06 to nightly-2024-09-07 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@9c01301 up to rust-lang/rust@26b5599. The log for this commit range is:
rust-lang/rust@26b5599e4d Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr
rust-lang/rust@17b322fa69 Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors
rust-lang/rust@59d4114b2d Auto merge of #129176 - EnzymeAD:enzyme-backend, r=albertlarsan68
rust-lang/rust@a3af2085cc Auto merge of #130016 - matthiaskrgr:rollup-fopistw, r=matthiaskrgr
rust-lang/rust@11d5614a74 Rollup merge of #130013 - jonathan-conder:await_coverage, r=Zalathar
rust-lang/rust@6841e35420 Rollup merge of #129995 - alexcrichton:remove-wasm32-wasip2-release-notes, r=pietroalbini
rust-lang/rust@0180b8fff0 Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors
rust-lang/rust@45d6957f24 Rollup merge of #129963 - rjooske:fix/inaccurate_to_string_lossy_doc, r=workingjubilee
rust-lang/rust@b09f316058 Rollup merge of #129781 - Veykril:lw-x-py-compiler-features, r=albertlarsan68
rust-lang/rust@e903b29dc3 Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnr
rust-lang/rust@25d183057e coverage: Treat await similar to a macro
rust-lang/rust@3446ca535e coverage: Add test to codify existing behavior
rust-lang/rust@d678b81485 Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr
rust-lang/rust@4f5c16d62f Enzyme backend
rust-lang/rust@54fdef7799 Auto merge of #121614 - clubby789:no-expect, r=saethlin
rust-lang/rust@f6e8a84eea Make Ty::boxed_ty return an Option
rust-lang/rust@d34ad5d9aa Rollup merge of #129957 - chenx97:lint-docs-linker-opt, r=albertlarsan68
rust-lang/rust@a0ab808caa Rollup merge of #129955 - fmease:fmease-break, r=fmease
rust-lang/rust@96719dbe32 Rollup merge of #129947 - LiterallyVoid:duration-docs-digit-separators, r=tgross35
rust-lang/rust@a84ef47841 Rollup merge of #129944 - Mark-Simulacrum:relnotes-tweak, r=pietroalbini
rust-lang/rust@57d85fa0cb Rollup merge of #129943 - onur-ozkan:test-float-parse-compiler, r=Kobzol
rust-lang/rust@95c580d653 Rollup merge of #129942 - onur-ozkan:building-rustc-tools, r=Kobzol
rust-lang/rust@2efefe68b2 Rollup merge of #129939 - RalfJung:rvalue-len, r=compiler-errors
rust-lang/rust@4a8135c6fa Rollup merge of #129775 - Zalathar:initial-libdir, r=albertlarsan68
rust-lang/rust@85d15d292d Rollup merge of #129653 - RalfJung:addr-of-read-only, r=scottmcm
rust-lang/rust@3daa015f82 Rollup merge of #129472 - folkertdev:const-refs-to-static-asm-const, r=lcnr
rust-lang/rust@46f390f047 Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot
rust-lang/rust@a551cccb62 Remove wasm32-wasip2's tier 2 status from release notes
rust-lang/rust@67804c57e7 Adjust tests
rust-lang/rust@e8472e84e3 Check unnormalized signature on pointer cast
rust-lang/rust@a138a92615 update test description
rust-lang/rust@69fdd1457d remove unnecessary revisions
rust-lang/rust@d93e047c9f rebase and update fixed crashes
rust-lang/rust@1a893ac648 stabilize -Znext-solver=coherence
rust-lang/rust@49e3b9a2d2 fix ICE when asm_const and const_refs_to_static are combined
rust-lang/rust@f7679d0507 propagate tainted_by_errors in MirBorrowckCtxt::emit_errors
rust-lang/rust@49a93df77d fix: correct {Path,OsStr}::to_string_lossy() docs
rust-lang/rust@5b96ae7106 Don't codegen expect in opt-level=0
rust-lang/rust@93b4b2d51c Temporarily remove fmease from the review rotation
rust-lang/rust@9cb6d12f00 use the bootstrapped compiler for test-float-parse test
rust-lang/rust@4df28b8bf1 forward linker option to lint-docs
rust-lang/rust@e2484be0c7 docs: add digit separators in Duration examples
rust-lang/rust@f3efe3de15 Add compat note for trait solver change
rust-lang/rust@98f74b4d04 explain why Rvalue::Len still exists
rust-lang/rust@b5d07fd356 copy rustc rustlib artifacts from ci-rustc
rust-lang/rust@040239465a Add an internal lint that warns when accessing untracked data
rust-lang/rust@c51953f4d8 Use DeepRejectCtxt to quickly reject ParamEnv candidates
rust-lang/rust@39e3adda53 Make ./x.py <cmd> compiler/<crate> aware of the crate's features
rust-lang/rust@21edc73517 bootstrap: Try to track down why initial_libdir sometimes fails
rust-lang/rust@b5bd0fe48a addr_of on places derived from raw pointers should preserve permissions
rust-lang/rust@1ef4f5d924 clarify that addr_of creates read-only pointers

github-merge-queue bot pushed a commit that referenced this issue Sep 8, 2024
Relevant upstream PR:

rust-lang/rust#128776: The `TreatParams` enum
variants were renamed.

Resolves #3503 

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants