Skip to content

Commit

Permalink
Automatic toolchain upgrade to nightly-2024-07-31 (#3397)
Browse files Browse the repository at this point in the history
Update Rust toolchain from nightly-2024-07-30 to nightly-2024-07-31
without any other source changes.
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@612a33f
up to
rust-lang/rust@f8060d2.
The log for this commit range is:
rust-lang/rust@f8060d282d Auto merge of
#128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
rust-lang/rust@006c8df322 Auto merge of
#124339 - oli-obk:supports_feature, r=wesleywiser
rust-lang/rust@abb1ebaae1 Revert "opt-dist:
dont overrwite config.toml when verifying"
rust-lang/rust@92f263b792 Make
RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, too
rust-lang/rust@cbab16feaf Test
RUSTC_OVERRIDE_VERSION_STRING
rust-lang/rust@595316b400 Auto merge of
#127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-12786,
r=nnethercote
rust-lang/rust@1ddedbaa59 Auto merge of
#125929 - Bryanskiy:delegation-generics-3, r=petrochenkov
rust-lang/rust@e69c19ea0b Auto merge of
#128336 - Bryanskiy:inst-binder-with-fresh, r=lcnr
rust-lang/rust@7e3a971870 Auto merge of
#128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgr
rust-lang/rust@710ce90fbe Auto merge of
#128250 - Amanieu:select_unpredictable, r=nikic
rust-lang/rust@c2b085b4d4 Rollup merge of
#128339 - GuillaumeGomez:click-code-example, r=notriddle
rust-lang/rust@f396a42ed6 Rollup merge of
#128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee
rust-lang/rust@6b23cb5cdf Rollup merge of
#128141 - nikic:aarch64-bti, r=DianQK,cuviper
rust-lang/rust@ae92125a75 Rollup merge of
#127574 - lcnr:coherence-check-supertrait, r=compiler-errors
rust-lang/rust@dba8e2d2c2 Auto merge of
#128234 - jcsp:retain-empty-case, r=tgross35
rust-lang/rust@368e2fd458 Auto merge of
#128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgr
rust-lang/rust@c2616203bc Rollup merge of
#128355 - jieyouxu:rename-nora, r=aDotInTheVoid
rust-lang/rust@4d78d11bf9 Rollup merge of
#128342 - onur-ozkan:ci-env-usage, r=Kobzol
rust-lang/rust@a73a025190 Rollup merge of
#128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxu
rust-lang/rust@b02cf4c274 Rollup merge of
#128153 - compiler-errors:mdpe, r=cjgillot
rust-lang/rust@91b18a058c Rollup merge of
#128104 - mu001999-contrib:fix/128053, r=petrochenkov
rust-lang/rust@9aedec9313 Rollup merge of
#126247 - notriddle:notriddle/word-wrap-item-table, r=GuillaumeGomez
rust-lang/rust@99906dc89c Add rustdoc GUI test
to check click on code examples
rust-lang/rust@a7cb1a5352 Make the buttons
remain when code example is clicked
rust-lang/rust@ac303df4e2 rustdoc: move the
wbr after the underscore, instead of before
rust-lang/rust@3bf8bcfbe0 rustdoc: properly
handle path wrapping
rust-lang/rust@1d339b07ca rustdoc: use `<wbr>`
in sidebar headers
rust-lang/rust@f2f9aab380 Delegation: support
generics for delegation from free functions
rust-lang/rust@f4fa80ff5a triagebot: make sure
Nora is called Nora
rust-lang/rust@23f46e5b99 Stabilize
offset_of_nested
rust-lang/rust@f990239b34 Stop using
MoveDataParamEnv for places that don't need a param-env
rust-lang/rust@9186001f34 rustdoc: avoid
redundant HTML when there's already line breaks
rust-lang/rust@0d0e18e7f6 rustdoc: use
`<wbr>`-tolerant function to check text contents
rust-lang/rust@583bf1e5bf Fix tidy call in
runtest with custom HTML element
rust-lang/rust@f3661dce09 rustdoc: word wrap
CamelCase in the item list table
rust-lang/rust@06d64ea4c4 simplify the use of
`CiEnv`
rust-lang/rust@8a5efd1456 Use Vec in
instantiate_binder_with_fresh_vars
rust-lang/rust@6a6824a0ab Optimize empty case
in Vec::retain
rust-lang/rust@649d99b973 Bless a
bootstrap-dependent UI test
rust-lang/rust@5eca36d27a step cfg(bootstrap)
rust-lang/rust@fceb0863d8 Bump stage0 to 1.81
beta
rust-lang/rust@e8644f85b8 Update
CURRENT_RUSTC_VERSION
rust-lang/rust@0a5a84ee34 Add
forbid(unsafe_op_in_unsafe_fn)
rust-lang/rust@352707da76 fix: psvita's std
code
rust-lang/rust@4f78f9fbb0 Force LLVM to use
CMOV for binary search
rust-lang/rust@adf0dff10c Not lint pub structs
without pub constructors if containing fields of unit, never type,
PhantomData and positional ZST
rust-lang/rust@94a3fd7678 add limit for
unclosed delimiters in lexer diagnostic
rust-lang/rust@9a5e41c56f add testcase for
127868
rust-lang/rust@ea7625f426 Set branch
protection function attributes
rust-lang/rust@fe0bd76a8b elaborate unknowable
goals

Co-authored-by: celinval <35149715+celinval@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and celinval committed Jul 31, 2024
1 parent 1553ae2 commit 39c6bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[toolchain]
channel = "nightly-2024-07-30"
channel = "nightly-2024-07-31"
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

0 comments on commit 39c6bc1

Please sign in to comment.