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-11-20 failed #3731

Open
github-actions bot opened this issue Nov 21, 2024 · 0 comments · May be fixed by #3740
Open

Toolchain upgrade to nightly-2024-11-20 failed #3731

github-actions bot opened this issue Nov 21, 2024 · 0 comments · May be fixed by #3740
Assignees

Comments

@github-actions
Copy link
Contributor

Updating Rust toolchain from nightly-2024-11-19 to nightly-2024-11-20 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@03ee484 up to rust-lang/rust@ee612c4. The log for this commit range is:
rust-lang/rust@ee612c45f0 Auto merge of #132761 - nnethercote:resolve-tweaks, r=petrochenkov
rust-lang/rust@78993684f2 Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgr
rust-lang/rust@89b6885529 Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu
rust-lang/rust@7d40450b2d Auto merge of #132623 - nnethercote:rustc_borrowck-cleanups-2, r=Nadrieril
rust-lang/rust@9aac15d736 Rollup merge of #133200 - RalfJung:miri-rwlock-test, r=tgross35
rust-lang/rust@f25fee3349 Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercote
rust-lang/rust@47200547f3 Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkov
rust-lang/rust@5f586efd3e Rollup merge of #131081 - camelid:const-path-it-all, r=BoxyUwU
rust-lang/rust@7931a8ddef ignore an occasionally-failing test in Miri
rust-lang/rust@473b5d5290 Fix broken intra-doc link
rust-lang/rust@e6c1e14e5d Auto merge of #133193 - fmease:rollup-v38ayvk, r=fmease
rust-lang/rust@59e339f766 Introduce min_generic_const_args and directly represent paths
rust-lang/rust@56747f30b4 Rollup merge of #133192 - aDotInTheVoid:changelog-cleanup, r=fmease
rust-lang/rust@27acd5e5ec Rollup merge of #133191 - aDotInTheVoid:whoops-thats-not-stable-and-might-never-be, r=fmease
rust-lang/rust@739fdaf969 Rollup merge of #133187 - ehuss:reference-diagnostic, r=jieyouxu
rust-lang/rust@49ca6c6b3e Rollup merge of #133186 - uweigand:s390x-maintainer, r=wesleywiser
rust-lang/rust@5f537c410e Rollup merge of #133185 - notriddle:notriddle/roaringbitmap, r=notriddle
rust-lang/rust@17ffefcf00 Rollup merge of #133182 - RalfJung:const-panic-inline, r=tgross35
rust-lang/rust@09838ae70d Rollup merge of #133181 - rustbot:docs-update, r=ehuss
rust-lang/rust@f66e1749c0 Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddle
rust-lang/rust@22265415c4 Rollup merge of #132758 - nnethercote:improve-get_key_value-docs, r=cuviper
rust-lang/rust@5926e82dd1 Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnr
rust-lang/rust@75108b6067 Pass flow_inits by value.
rust-lang/rust@af50fe407e Put param_env into infcx.
rust-lang/rust@c9283f8fa9 Pass constraints to RegionInferenceContext::new.
rust-lang/rust@801b150737 Don't refcount PlaceholderIndices.
rust-lang/rust@fe3c49fe9a Inline and remove TypeVerifier::new.
rust-lang/rust@2709dc8a13 Compute upvars lazily.
rust-lang/rust@952c6d5c96 Clean up UniversalRegions.
rust-lang/rust@ed11fbe5df Make TypeChecker::region_bound_pairs owned.
rust-lang/rust@227ecc803f Make TypeChecker::known_type_outlives_obligations owned.
rust-lang/rust@4c8a23ab0d Don't pass universal_regions unnecessarily.
rust-lang/rust@d20a310582 RELEASES.md: Don't document unstable --test-build-wrapper
rust-lang/rust@ed465f2090 rustdoc book: Move --test-builder(--wrapper)? docs to unstable section.
rust-lang/rust@b71fb5edc0 Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors
rust-lang/rust@826d023561 rustdoc-search: add descriptive comments to bitmap class
rust-lang/rust@3ae8036f66 Update src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md
rust-lang/rust@c6974344a5 interpret: do not ICE when a promoted fails with OOM
rust-lang/rust@3adbc16385 Update books
rust-lang/rust@1b0e78738b Add reference annotations for diagnostic attributes
rust-lang/rust@8f95079cfc Document s390x-unknown-linux targets
rust-lang/rust@3fbcc1f4b9 rustdoc-search: use smart binary search in bitmaps
rust-lang/rust@79c8e64162 Update xshell and xshell-macros to v0.2.7
rust-lang/rust@58664de837 Bump stdarch to the latest master
rust-lang/rust@e8bd643450 Update anstream to 0.6.18 to fix a check-cfg issue
rust-lang/rust@cc48194baf Report unexpected_cfgs lint in external macros
rust-lang/rust@31f5c3ba69 const_panic: inline in bootstrap builds to avoid f16/f128 crashes
rust-lang/rust@8b0f8cb73c Add regression test for jump to def links on items with generics
rust-lang/rust@786b7477f6 Fix items with generics not having their jump to def link generated
rust-lang/rust@8ea02578cd Fix typo
rust-lang/rust@2e087d2eaa review
rust-lang/rust@9cba14b95b use TypingEnv when no infcx is available
rust-lang/rust@2765432d32 Improve {BTreeMap,HashMap}::get_key_value docs.
rust-lang/rust@da58efb11d Improve VecCache under parallel frontend
rust-lang/rust@5319425128 Move diagnostic::on_unimplemented test to the directory with all the other tests
rust-lang/rust@090c24fbbf Merge -Zhir-stats into -Zinput-stats
rust-lang/rust@12eaa3ab84 Print total node count in -Z hir-stats
rust-lang/rust@12747f188a Remove Resolver::empty_disambiguator.
rust-lang/rust@66cc7d6a05 Replace the restricted_shadowing boolean argument with an enum.
rust-lang/rust@6e0e9edbe0 Move a call outside a loop.
rust-lang/rust@d71c06d022 Remove two _ext methods.
rust-lang/rust@e7dffeedcf Use an atom comparison for a keyword check.
rust-lang/rust@d34f2823fd Use for_each_child in a suitable place.
rust-lang/rust@d1d8be1d13 Tweak a resolutions loop.
rust-lang/rust@93f2258565 Use iteration instead of indexing to access ribs.
rust-lang/rust@99d02fb40f Optimize check_keyword_case.

@celinval celinval self-assigned this Nov 26, 2024
github-merge-queue bot pushed a commit that referenced this issue Nov 27, 2024
Some of this code was broken by the toolchain update. Instead of
changing it, replace it by StableMIR APIs.

Related to #3731 

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.

1 participant