Automatic toolchain upgrade to nightly-2023-11-28 #2898
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Rust toolchain from nightly-2023-11-27 to nightly-2023-11-28 without any other source changes.$ROOT$
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@6cf0888 up to rust-lang/rust@49b3924. The log for this commit range is:
rust-lang/rust@49b3924bd4 Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper
rust-lang/rust@6eb9524047 Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin
rust-lang/rust@b4c4664167 Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=compiler-errors
rust-lang/rust@9f15a889f0 Auto merge of #118370 - TaKO8Ki:rollup-qfilq2w, r=TaKO8Ki
rust-lang/rust@215d84a880 Rollup merge of #118359 - hkmatsumoto:suggest-box-ref, r=TaKO8Ki
rust-lang/rust@465c4c9885 Rollup merge of #118358 - RalfJung:const-tests, r=WaffleLapkin
rust-lang/rust@3dc807ca07 Rollup merge of #118340 - compiler-errors:tweaks, r=lqd
rust-lang/rust@7b4eb52041 Rollup merge of #118095 - ferrocene:apply-cortex-a53-fix, r=davidtwco
rust-lang/rust@f4c2bdeec9 Suggest swapping the order of
ref
andbox
rust-lang/rust@aa330518f4 Auto merge of #118365 - lnicola:sync-from-ra, r=lnicola
rust-lang/rust@d036daadda Remove instant from EXCEPTIONS_RUST_ANALYZER
rust-lang/rust@0c962520fd Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-ra
rust-lang/rust@b29a1e00f8 Auto merge of #118352 - Zalathar:llvm-hash, r=onur-ozkan
rust-lang/rust@cc1130732d Auto merge of #118353 - matthiaskrgr:rollup-sf1booi, r=matthiaskrgr
rust-lang/rust@8892d29282 make const tests independent of std debug assertions
rust-lang/rust@4f1cf0b5da bootstrap: Memoize the LLVM rebuild hash to avoid very slow
x check
rust-lang/rust@96cd028b24 Rollup merge of #118338 - nnethercote:backticks, r=compiler-errors
rust-lang/rust@828db2860f Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease
rust-lang/rust@8946bf56c6 Rollup merge of #118322 - onur-ozkan:if-only-doctests-skip-compiletest, r=clubby789
rust-lang/rust@a19161043a Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notriddle
rust-lang/rust@601a42713c Auto merge of #118313 - WaffleLapkin:fixup_comments_in_some_nonzero_ops, r=thomcc
rust-lang/rust@48cfbe0cdf Auto merge of #118327 - WaffleLapkin:mailmap-wl-tsk, r=Mark-Simulacrum
rust-lang/rust@ac9b308133 Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naber
rust-lang/rust@0eb85ff03f Use helpers
rust-lang/rust@566df2722a Fix some backticks in comments.
rust-lang/rust@f1eee2843f Put backticks around some attributes in doc comments.
rust-lang/rust@ee96a7a288 move comment about local trait
rust-lang/rust@d7e9a30941 Turn write_dep_info into a regular function
rust-lang/rust@365a580bc4 Mostly revert "Accept crate name instead of attributes in build_output_filenames"
rust-lang/rust@7ede8e2a59 Ensure macro expansion runs before writing the dep info
rust-lang/rust@4acaa0284e Feed the output filenames into the TyCtxt
rust-lang/rust@98a6eaa7f8 Serialize OutputFilenames into rmeta file
rust-lang/rust@af6b84aaab don't add redundant help for object safety violations
rust-lang/rust@eacbe65dfe Accept crate name instead of attributes in build_output_filenames
rust-lang/rust@457dbbfc55 Inline and remove pre_configure
rust-lang/rust@41a97888c7 Add my work email to the mailmap
rust-lang/rust@4d9344d26e Fix Rustdoc search docs link
rust-lang/rust@1a86482c57 skip {tidy,compiletest,rustdoc-gui} based tests for
DocTests::Only
rust-lang/rust@1a3c5c40ca rustdoc: Remove space from fake-variadic fn ptr impls
rust-lang/rust@c860ba1994 Improve some comments for non-zero ops
rust-lang/rust@237712fa31 Auto merge of #15967 - lnicola:salsa-fork, r=lnicola
rust-lang/rust@3ccde009cb Switch to our own salsa fork
rust-lang/rust@440f46dc16 Get rid of infer vars in inherent assoc types selection by using probe
rust-lang/rust@79ec2c584b Auto merge of #15964 - lnicola:bump-deps, r=lnicola
rust-lang/rust@fc880be491 Bump chalk
rust-lang/rust@aadeb66d03 Bump ra-ap-rustc_index and ra-ap-rustc_abi
rust-lang/rust@c01679eb7b Bump ra-ap-rustc_lexer
rust-lang/rust@fa74ac8457 Bump ra-ap-rustc_parse_format
rust-lang/rust@4b26bb544e Extract select_inherent_assoc_type_candidates
rust-lang/rust@8694b0973a Do not erase late bound regions, replace them with placeholders
rust-lang/rust@35da60a2bc Auto merge of #15962 - ahlinc:label-datail2, r=lnicola
rust-lang/rust@94cea4663a fix: add fallback for completion label details
rust-lang/rust@34cffbf1d7 Auto merge of #15960 - dtolnay-contrib:issomeand, r=lnicola
rust-lang/rust@b68f5311b5 Replace
option.map(cond) == Some(true)
withoption.is_some_and(cond)
rust-lang/rust@fec3828c5f Auto merge of #15846 - jprochazk:disable-error-notification, r=Veykril
rust-lang/rust@8733728323 Auto merge of #15956 - ahlinc:label-detail, r=lnicola
rust-lang/rust@f0adf8c4ec Update tests
rust-lang/rust@615abb3c92 Improve completion label details display
rust-lang/rust@cccc7ca2c6 Auto merge of #15754 - alibektas:15656/linked_projects_are_local_too, r=Veykril
rust-lang/rust@ba1b080805 Precede paths with
rust-lang/rust@736994f026 Make test cases simpler
rust-lang/rust@f79e8182c1 v3
rust-lang/rust@74d8fdc8fe Update test data for crate deduping
rust-lang/rust@25e990d753 v3
rust-lang/rust@7e4aad5ba5 v2
rust-lang/rust@886eaa0a7d Relaxation for crate graph mergin
rust-lang/rust@7ceefc7ee9 Auto merge of #15894 - schrieveslaach:cancelable-initialization, r=Veykril
rust-lang/rust@7de6d04bc8 Update the minimum external LLVM to 16.
rust-lang/rust@81c2d3552e Cancelable Initialization
rust-lang/rust@45136511a5 Auto merge of #15921 - Young-Flash:tmp, r=Veykril
rust-lang/rust@91b31489dd Auto merge of #15944 - brunobell:patch-1, r=lnicola
rust-lang/rust@9f8191b62d Update Arch Linux package URL in manual.adoc
rust-lang/rust@8d3522e557 Auto merge of #15825 - Austaras:master, r=flodiebold
rust-lang/rust@2e7e8cc7b9 Auto merge of #15940 - pascalkuthe:fix_rename, r=Veykril
rust-lang/rust@1a5cee1731 Auto merge of #15911 - Young-Flash:fix_missing_assoc_item, r=lnicola
rust-lang/rust@375142902c Auto merge of #15885 - RunDevelopment:patch-1, r=lnicola
rust-lang/rust@4741f44963 Enable the Arm Cortex-A53 errata mitigation on aarch64-unknown-none
rust-lang/rust@255eed40c4 Auto merge of #15925 - lnicola:pathres-nodebug, r=lnicola
rust-lang/rust@a54c0dafc8 Remove debugging code in path resolution
rust-lang/rust@1cbda612bc chore: add use case for
PathSegment::qualifying_trait
rust-lang/rust@808f6687f7 address comment
rust-lang/rust@bc978217b3 Auto merge of #15917 - lnicola:sync-from-rust, r=lnicola
rust-lang/rust@6a0e02dd53 Merge branch 'master' into sync-from-rust
rust-lang/rust@59f5d51852 Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-ra
rust-lang/rust@e95ec55273 fix: better resolve assoc item with type bound
rust-lang/rust@cfc881ae13 fix missing assoc item
rust-lang/rust@9c8727eea5 Update editors/code/package.json
rust-lang/rust@0d147b382f detect internal error via
error.code
instead of error messagerust-lang/rust@67058605d8 FIxed typo in highlight_related.rs
rust-lang/rust@0647b645cd ensure renames happen after edit
rust-lang/rust@c566136854 add configuration option
rust-lang/rust@3e4de963a2 override language client