We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating Rust toolchain from nightly-2025-01-28 to nightly-2025-01-29 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@2f348cb up to rust-lang/rust@bf1b174. The log for this commit range is: rust-lang/rust@bf1b174e7d Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr rust-lang/rust@77a455303b Auto merge of #135832 - Kobzol:rustdoc-lto, r=onur-ozkan rust-lang/rust@9715fea5d5 Rollup merge of #136178 - Noratrieb:alivename, r=pietroalbini rust-lang/rust@36b5c58ef8 Rollup merge of #136173 - taiki-e:c-char, r=tgross35 rust-lang/rust@995eb5c929 Rollup merge of #136149 - cuviper:rustc-rayon-indexmap, r=compiler-errors rust-lang/rust@da49fcdbb4 Rollup merge of #136124 - adetaylor:test-comment, r=compiler-errors rust-lang/rust@d43e78d6ea Rollup merge of #136071 - wowinter13:clippy-add-diagnostic-items, r=flip1995 rust-lang/rust@9f22f35876 Rollup merge of #136066 - compiler-errors:local-spans, r=lcnr rust-lang/rust@4cb1342199 Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJung rust-lang/rust@7915514fb6 Rollup merge of #135892 - BoxyUwU:next_solver_deduce_sig_normalized, r=lcnr rust-lang/rust@6b4757b5de Rollup merge of #135869 - hkBst:patch-12, r=Noratrieb rust-lang/rust@fdd1a3b026 Auto merge of #136185 - matthiaskrgr:rollup-zqzy6wb, r=matthiaskrgr rust-lang/rust@356b2aa422 "normalize" signature before checking mentions self rust-lang/rust@9a192b254c Rollup merge of #136012 - hkBst:patch-22, r=workingjubilee,tgross35 rust-lang/rust@da6d9fdfa2 Rollup merge of #135961 - saethlin:skip-less-in-opt-dist, r=jieyouxu rust-lang/rust@448fa117f8 Rollup merge of #135886 - hkBst:patch-14, r=workingjubilee rust-lang/rust@32c04fc509 Rollup merge of #135805 - DiuDiu777:master, r=Noratrieb rust-lang/rust@21ddd7ab89 Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk rust-lang/rust@e3420f4464 Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=Noratrieb rust-lang/rust@da5e22de0a Rollup merge of #133829 - GrigorenkoPV:fetch_update_infallible, r=Noratrieb rust-lang/rust@c0005f1560 Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errors rust-lang/rust@aa1f941116 Fix platform-specific doc string for AtomicUsize::from_mut to be platform-independent rust-lang/rust@1d8f59ff51 Update username in build helper example rust-lang/rust@aa6f5ab18e Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote rust-lang/rust@3d6c6fa04e Document powf and powi calls that always return 1.0 rust-lang/rust@66d6064f9e Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiser rust-lang/rust@ea70688f7d Update comments and sort target_arch in c_char_definition rust-lang/rust@d250657a3c add test case for implicitly stable const fn rust-lang/rust@4aaf467e26 Implement MIR const trait stability checks rust-lang/rust@bf9df97660 Remove -Zinline-in-all-cgus and clean up CGU partitioning tests rust-lang/rust@eeecb56b73 Represent the raw pointer for a array length check as a new kind of fake borrow rust-lang/rust@057313b7a6 Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,RalfJung" rust-lang/rust@1cbb062e54 Type level consts can show up in MIR type checker rust-lang/rust@1f4309cec4 Fix 2/4 tests skipped by opt-dist rust-lang/rust@314238f92e Flip the rustc-rayon/indexmap dependency order rust-lang/rust@5082fd8b1e Trim extra whitespace in fn ptr suggestion span rust-lang/rust@a44a20ee4a Windows x86: Change i128 to return via the vector ABI rust-lang/rust@581e0ac90c Introduce a test for the i128 calling convention on Windows rust-lang/rust@d898aa3c33 Arbitrary self types v2: explain test. rust-lang/rust@d3cd832dda Document purpose of closure in from_fn.rs more clearly rust-lang/rust@2117afdef8 [Clippy] Add vec_reserve & vecdeque_reserve diagnostic items rust-lang/rust@6e1690a504 Pass spans to perform_locally_in_new_solver rust-lang/rust@c06ed545df Implement AtomicT::update & AtomicT::try_update rust-lang/rust@1fe351baae Apply LTO config to rustdoc rust-lang/rust@2fd629654f add missing allocator safety in alloc crate rust-lang/rust@656d1cce7e alloc: add #![warn(unreachable_pub)]
rustc-rayon
indexmap
i128
AtomicT::update
AtomicT::try_update
#![warn(unreachable_pub)]
The text was updated successfully, but these errors were encountered:
Waiting for rust-lang/rust#136590 to be reviewed before moving forward with this.
Sorry, something went wrong.
No branches or pull requests
Updating Rust toolchain from nightly-2025-01-28 to nightly-2025-01-29 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@2f348cb up to rust-lang/rust@bf1b174. The log for this commit range is:
rust-lang/rust@bf1b174e7d Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr
rust-lang/rust@77a455303b Auto merge of #135832 - Kobzol:rustdoc-lto, r=onur-ozkan
rust-lang/rust@9715fea5d5 Rollup merge of #136178 - Noratrieb:alivename, r=pietroalbini
rust-lang/rust@36b5c58ef8 Rollup merge of #136173 - taiki-e:c-char, r=tgross35
rust-lang/rust@995eb5c929 Rollup merge of #136149 - cuviper:rustc-rayon-indexmap, r=compiler-errors
rust-lang/rust@da49fcdbb4 Rollup merge of #136124 - adetaylor:test-comment, r=compiler-errors
rust-lang/rust@d43e78d6ea Rollup merge of #136071 - wowinter13:clippy-add-diagnostic-items, r=flip1995
rust-lang/rust@9f22f35876 Rollup merge of #136066 - compiler-errors:local-spans, r=lcnr
rust-lang/rust@4cb1342199 Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJung
rust-lang/rust@7915514fb6 Rollup merge of #135892 - BoxyUwU:next_solver_deduce_sig_normalized, r=lcnr
rust-lang/rust@6b4757b5de Rollup merge of #135869 - hkBst:patch-12, r=Noratrieb
rust-lang/rust@fdd1a3b026 Auto merge of #136185 - matthiaskrgr:rollup-zqzy6wb, r=matthiaskrgr
rust-lang/rust@356b2aa422 "normalize" signature before checking mentions self
rust-lang/rust@9a192b254c Rollup merge of #136012 - hkBst:patch-22, r=workingjubilee,tgross35
rust-lang/rust@da6d9fdfa2 Rollup merge of #135961 - saethlin:skip-less-in-opt-dist, r=jieyouxu
rust-lang/rust@448fa117f8 Rollup merge of #135886 - hkBst:patch-14, r=workingjubilee
rust-lang/rust@32c04fc509 Rollup merge of #135805 - DiuDiu777:master, r=Noratrieb
rust-lang/rust@21ddd7ab89 Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk
rust-lang/rust@e3420f4464 Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=Noratrieb
rust-lang/rust@da5e22de0a Rollup merge of #133829 - GrigorenkoPV:fetch_update_infallible, r=Noratrieb
rust-lang/rust@c0005f1560 Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errors
rust-lang/rust@aa1f941116 Fix platform-specific doc string for AtomicUsize::from_mut to be platform-independent
rust-lang/rust@1d8f59ff51 Update username in build helper example
rust-lang/rust@aa6f5ab18e Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote
rust-lang/rust@3d6c6fa04e Document powf and powi calls that always return 1.0
rust-lang/rust@66d6064f9e Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiser
rust-lang/rust@ea70688f7d Update comments and sort target_arch in c_char_definition
rust-lang/rust@d250657a3c add test case for implicitly stable const fn
rust-lang/rust@4aaf467e26 Implement MIR const trait stability checks
rust-lang/rust@bf9df97660 Remove -Zinline-in-all-cgus and clean up CGU partitioning tests
rust-lang/rust@eeecb56b73 Represent the raw pointer for a array length check as a new kind of fake borrow
rust-lang/rust@057313b7a6 Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,RalfJung"
rust-lang/rust@1cbb062e54 Type level consts can show up in MIR type checker
rust-lang/rust@1f4309cec4 Fix 2/4 tests skipped by opt-dist
rust-lang/rust@314238f92e Flip the
rustc-rayon
/indexmap
dependency orderrust-lang/rust@5082fd8b1e Trim extra whitespace in fn ptr suggestion span
rust-lang/rust@a44a20ee4a Windows x86: Change
i128
to return via the vector ABIrust-lang/rust@581e0ac90c Introduce a test for the
i128
calling convention on Windowsrust-lang/rust@d898aa3c33 Arbitrary self types v2: explain test.
rust-lang/rust@d3cd832dda Document purpose of closure in from_fn.rs more clearly
rust-lang/rust@2117afdef8 [Clippy] Add vec_reserve & vecdeque_reserve diagnostic items
rust-lang/rust@6e1690a504 Pass spans to perform_locally_in_new_solver
rust-lang/rust@c06ed545df Implement
AtomicT::update
&AtomicT::try_update
rust-lang/rust@1fe351baae Apply LTO config to rustdoc
rust-lang/rust@2fd629654f add missing allocator safety in alloc crate
rust-lang/rust@656d1cce7e alloc: add
#![warn(unreachable_pub)]
The text was updated successfully, but these errors were encountered: