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

Automatic toolchain upgrade to nightly-2025-01-23 #3848

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-01-22 to nightly-2025-01-23 without any other source changes.

Copy link
Contributor Author

This is an automatically generated pull request. If any of the CI checks fail,
manual intervention is required. In such a case, review the changes at
https://github.com/rust-lang/rust from
rust-lang/rust@ed43cbc up to
rust-lang/rust@649b995. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/649b995a9f Auto merge of #135893 - matthiaskrgr:rollup-2qqo647, r=matthiaskrgr

rust-lang/rust@e0b4ba3737 Rollup merge of #135875 - BoxyUwU:enter_forall_no_copy, r=lcnr
rust-lang/rust@7235b1a44e Rollup merge of #135874 - oli-obk:push-vrvyyrtyxkxm, r=compiler-errors
rust-lang/rust@318466aec0 Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnr
rust-lang/rust@413f87a1f8 Rollup merge of #135858 - fmease:rustdoc-mv-obj-save-dyn-compat-ii, r=GuillaumeGomez
rust-lang/rust@b0bb6e3474 Rollup merge of #135850 - alexcrichton:update-wasm-component-ld, r=jieyouxu
rust-lang/rust@e4c144b779 Rollup merge of #135823 - ferrocene:ja-gh135819, r=jieyouxu
rust-lang/rust@ef0e6863c6 Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr
rust-lang/rust@e0d74c0667 Rollup merge of #135156 - Zalathar:debuginfo-flags, r=cuviper
rust-lang/rust@df01040860 Rollup merge of #134396 - mustartt:byval-pointer-natural-alignment, r=wesleywiser
rust-lang/rust@cd1f36b020 Rollup merge of #133372 - cramertj:rework-dyn-suggestions, r=fmease
rust-lang/rust@d00d4dfe0d Refactor dyn-compatibility error and suggestions
rust-lang/rust@dee7d0e730 Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk
rust-lang/rust@921c226eb6 Remove Copy bound from enter_forall
rust-lang/rust@20ae3c0d60 Enforce that all spans are lowered in ast lowering
rust-lang/rust@b99f59bbd6 Rename structurally_normalize to structurally_normalize_ty
rust-lang/rust@513bfaa8bc Use structurally_normalize instead of manual normalizes-to goals
rust-lang/rust@3ef506fb4d Don't pick T: FnPtr nested goals
rust-lang/rust@b2728d5426 Auto merge of #135674 - scottmcm:assume-better, r=estebank
rust-lang/rust@ff7cf142c0 rustdoc: Finalize dyn compatibility renaming
rust-lang/rust@c234b839d1 Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgr
rust-lang/rust@8600694b89 Update the wasm-component-ld tool
rust-lang/rust@a7408c458b Rollup merge of #135833 - lqd:add-ice-test, r=compiler-errors
rust-lang/rust@60cb6c4044 Rollup merge of #135824 - jieyouxu:delete-bintools-check, r=Noratrieb
rust-lang/rust@50c89b6c21 Rollup merge of #135821 - hkBst:patch-11, r=ibraheemdev
rust-lang/rust@2ba3ece3a1 Rollup merge of #135810 - Kobzol:kobzol-parental-leave, r=Kobzol
rust-lang/rust@79f128183f Rollup merge of #135793 - jyn514:gitignore, r=jieyouxu
rust-lang/rust@317769f152 Rollup merge of #135750 - scottmcm:cma-example, r=cuviper
rust-lang/rust@4af3ff8cd1 Rollup merge of #135706 - compiler-errors:elaborate, r=lcnr
rust-lang/rust@ea594c692b Rollup merge of #132232 - asomers:fbsd-13.4, r=Mark-Simulacrum
rust-lang/rust@a24bdc60ce Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrum
rust-lang/rust@45929a8f46 Move supertrait_def_ids into the elaborate module like all other fns
rust-lang/rust@ece8b0c94f make UI tests that use --test work on panic=abort targets
rust-lang/rust@9bad0daef6 add fixme in typoed const pattern lint
rust-lang/rust@d9165b2ed6 add test for issue 135289
rust-lang/rust@6c5f084c77 tidy
rust-lang/rust@5619398f40 bump bootsrap windows to 0.57
rust-lang/rust@84ce2e129a bumpt compiler and tools to windows 0.59
rust-lang/rust@c45e97c549 tests: delete cat-and-grep-sanity-check
rust-lang/rust@fdc80af5c5 fix OsString::from_encoded_bytes_unchecked description
rust-lang/rust@51af4d6d22 Add Kobzol on vacation
rust-lang/rust@d10bdafa26 Note that cg_llvm's gimli should match the version used elsewhere
rust-lang/rust@32f1c1d85e Make our DIFlags match LLVMDIFlags in the LLVM-C API
rust-lang/rust@9d88b82b99 Ignore mermaid.min.js
rust-lang/rust@b2b12ae0cb Add an example of using carrying_mul_add to write wider multiplication
rust-lang/rust@6fe82006a4 Update our range assumes to the format that LLVM prefers
rust-lang/rust@0454d7903b Fixup: fix clang command lines in another file
rust-lang/rust@2de21ad7d4 Hash only the spans that we care ended up reading in Span::try_metavars
rust-lang/rust@69b2fc3e2f Hash the untracked macro variable expansions
rust-lang/rust@28a997fa44 Properly record metavar spans for other expansions other than TT
rust-lang/rust@7bfcddf479 byval parameter should have align 8 on aix
rust-lang/rust@cf34545720 CI: build FreeBSD artifacts on FreeBSD 13.4

@github-actions github-actions bot requested a review from a team as a code owner January 23, 2025 03:18
@carolynzech carolynzech reopened this Jan 23, 2025
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Jan 23, 2025
@carolynzech carolynzech added this pull request to the merge queue Jan 23, 2025
Merged via the queue into main with commit 51383c2 Jan 23, 2025
28 checks passed
@carolynzech carolynzech deleted the toolchain-2025-01-23 branch January 23, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants