Automatic toolchain upgrade to nightly-2024-01-18 #2979
Closed
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-2024-01-17 to nightly-2024-01-18 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@098d4fd up to rust-lang/rust@6ae4cfb. The log for this commit range is:
rust-lang/rust@6ae4cfbbb0 Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrum
rust-lang/rust@c58a5da7d4 Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkov
rust-lang/rust@52790a98e5 Auto merge of #119670 - cjgillot:gvn-arithmetic, r=oli-obk
rust-lang/rust@12c19a2bb7 target: fix powerpc64-unknown-linux-musl datalayout
rust-lang/rust@a87034c297 tests: add sanity-check assembly test for every target
rust-lang/rust@25b706cde3 Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrum
rust-lang/rust@16f4b02dd8 Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk
rust-lang/rust@f45fe573a5 Auto merge of #119651 - novafacing:proc_macro_c_str_literals, r=Amanieu
rust-lang/rust@6bf600bc98 Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwU
rust-lang/rust@6ed31aba1a Auto merge of #120036 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@7e1e61a447 Update cargo
rust-lang/rust@0cc2102c4a Expand match over binops.
rust-lang/rust@166fe54eba Explain side-effects from simplify_operand.
rust-lang/rust@22ed51e136 Do not read a scalar on a non-scalar layout.
rust-lang/rust@3c48243b6f Simplify Len.
rust-lang/rust@5fc23ad8e6 Simplify unary operations.
rust-lang/rust@666030c51b Simplify binary ops.
rust-lang/rust@ee007ab187 proc_macro_c_str_literals: Implement Literal::c_string constructor
rust-lang/rust@66090ef7ba try fast path for wf type ops
rust-lang/rust@aac2f84794 wf-check type annotations before normalization
rust-lang/rust@8d4693c0f8 borrowck: use implied bounds from impl header
rust-lang/rust@a3fe3bbb2c borrowck: wf-check fn item args
rust-lang/rust@d71f535a6f Rework how diagnostic lints are stored.
rust-lang/rust@2de99ec787 Reformat
struct_span_code_err!
.rust-lang/rust@41b69aae91 Add way to express no-values with check-cfg
rust-lang/rust@ac58f9ae03 Update measureme crate to version 11