Description
Updating Rust toolchain from nightly-2024-09-08 to nightly-2024-09-09 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@12b26c1 up to rust-lang/rust@adf8d16. The log for this commit range is:
rust-lang/rust@adf8d168af Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomcc
rust-lang/rust@7b18b3eb6d Auto merge of #129019 - kromych:master, r=workingjubilee
rust-lang/rust@8f93a10801 Auto merge of #130072 - ChrisDenton:split-ci, r=Kobzol
rust-lang/rust@6d05f12170 Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=petrochenkov
rust-lang/rust@7f4b270aa4 Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors
rust-lang/rust@878f49f5ff Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr
rust-lang/rust@4ba483d68b Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=Kobzol
rust-lang/rust@0dc9f1ac90 Rollup merge of #130047 - ChrisDenton:win-dbghelp, r=wesleywiser
rust-lang/rust@c139dc6281 Rollup merge of #130046 - RalfJung:const_str_as_mut, r=dtolnay
rust-lang/rust@04b4523efc Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,GuillaumeGomez
rust-lang/rust@a88b1af7c0 Rollup merge of #129869 - cyrgani:master, r=Mark-Simulacrum
rust-lang/rust@7b7f2f7f74 Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwco
rust-lang/rust@37523d2a59 Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillot
rust-lang/rust@6e6171b074 Rollup merge of #129594 - lolbinarycat:explain-curl-options, r=albertlarsan68
rust-lang/rust@3b2139bdb1 Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay
rust-lang/rust@ccf3f6e59d Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino
rust-lang/rust@a8a7fd418e str: make as_mut_ptr and as_bytes_mut unstably const
rust-lang/rust@0d94e6bac9 Fix bash syntax
rust-lang/rust@2f6307d1cc Fix checktools.sh non-msvc builds
rust-lang/rust@7358429c00 Split x86_64-msvc-ext into two jobs
rust-lang/rust@bce7c4b70e Don't build by-move body when async closure is tainted
rust-lang/rust@11ee513f4c Remove unused option from x.py
rust-lang/rust@8966207afd Win: Add dbghelp to the list of import libraries
rust-lang/rust@b6a86bee87 Fix tools
rust-lang/rust@5054e8cba8 Lint against keyword lifetimes in keyword_idents
rust-lang/rust@afa24f0180 Add some more tests
rust-lang/rust@97910580aa Add initial support for raw lifetimes
rust-lang/rust@3b3e43a386 Format lexer
rust-lang/rust@9aaf873396 Reserve prefix lifetimes too
rust-lang/rust@3699e939e8 rustdoc-search: allow trailing Foo ->
arg search
rust-lang/rust@fc28a2a506 Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD)
rust-lang/rust@6b4ff514d9 better implementation of signed div_floor/ceil
rust-lang/rust@757affd1a9 bootstrap: pass long options to curl
rust-lang/rust@4a93071aa1 add a few more crashtests
rust-lang/rust@19908ff7a3 stabilize const_float_bits_conv
rust-lang/rust@384aed834c Do not call query to compute coroutine layout for synthetic body of async closure
rust-lang/rust@44fac8934a explain the options curl passes to bootstrap
rust-lang/rust@d4bf28c014 Optimize collect_tokens
a little.
rust-lang/rust@1fdabfbebb Avoid double-handling of attributes in collect_tokens
.
rust-lang/rust@b7e7f6e903 Tweak tests/ui/proc-macro/macro-rules-derive-cfg.rs
.
rust-lang/rust@39b38a94e3 Split the assertion in NodeRange::new
.
rust-lang/rust@0bae33fcd5 Avoid nested replacement ranges.
rust-lang/rust@1ae521e9d5 Return earlier in some cases in collect_token
.
rust-lang/rust@312ecdb2ed Avoid unnecessary cloned
.
rust-lang/rust@deab741ab4 Clarify a comment.
rust-lang/rust@12cda6e77a bless ui tests
rust-lang/rust@a281f93d3d supress niches in coroutines