You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#3007.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
---------
Signed-off-by: Felipe R. Monteiro <[email protected]>
Updating Rust toolchain from nightly-2024-01-23 to nightly-2024-01-24 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@d5fd099 up to rust-lang/rust@5d3d347. The log for this commit range is:
rust-lang/rust@5d3d3479d7 Auto merge of #120281 - fmease:rollup-9nxail8, r=fmease
rust-lang/rust@08bac31f8f Rollup merge of #120280 - tmiasko:is-enabled, r=compiler-errors
rust-lang/rust@3b1c2eb44c Rollup merge of #120270 - compiler-errors:randos, r=lcnr
rust-lang/rust@456974ba93 Rollup merge of #120255 - emberian:patch-1, r=Nilstrieb
rust-lang/rust@0c769cc8ca Rollup merge of #120252 - lcnr:rename-astconv-ty, r=compiler-errors
rust-lang/rust@0d3af593cd Rollup merge of #120246 - estebank:revert_breathing_room, r=estebank
rust-lang/rust@8fea4a8cab Rollup merge of #120244 - reitermarkus:nonzero-self, r=dtolnay
rust-lang/rust@09c31b860b Rollup merge of #120215 - clubby789:dep-updates, r=Nilstrieb
rust-lang/rust@1e5ec4d82a Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiser
rust-lang/rust@dd538b5f05 Rollup merge of #119805 - chenyukang:yukang-fix-119530, r=davidtwco
rust-lang/rust@e8f9e5481e Rollup merge of #119028 - oberien:patch-1, r=cjgillot
rust-lang/rust@c8e4aaa023 Move condition enabling the pass to
is_enabled
rust-lang/rust@dfe53afaeb Auto merge of #119433 - taiki-e:rc-uninit-ref, r=Nilstrieb
rust-lang/rust@5fc39e0796 Random type checker changes
rust-lang/rust@6265a95b37 Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obk
rust-lang/rust@0e4243538b Auto merge of #116152 - cjgillot:unchunck, r=nnethercote
rust-lang/rust@8b94152af6 Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrum
rust-lang/rust@e35a56d96f Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper
rust-lang/rust@0011fac90d Auto merge of #120017 - nnethercote:lint-api, r=oli-obk
rust-lang/rust@e07ffe97b8 Use a plain bitset for liveness analyses.
rust-lang/rust@7e64de431e Remove uses of HybridBitSet.
rust-lang/rust@d6b151fc77 Auto merge of #120251 - matthiaskrgr:rollup-gttrw68, r=matthiaskrgr
rust-lang/rust@c6088f7dd1
RawTy
toLoweredTy
rust-lang/rust@ed4b99a99c fixing build for the BSD
rust-lang/rust@a787232abb Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr
rust-lang/rust@a4307184be Rollup merge of #120220 - nnethercote:TokenStream-Display-docs, r=petrochenkov
rust-lang/rust@31b56a8a35 Rollup merge of #120216 - nnethercote:fix-trimmed_def_paths-assertion, r=compiler-errors
rust-lang/rust@8966d60650 Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiser
rust-lang/rust@221115cbd6 Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-coroutines, r=oli-obk
rust-lang/rust@42e1db52ac Rollup merge of #120109 - joboet:move_pal_cmath, r=ChrisDenton
rust-lang/rust@042cc7269c Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errors
rust-lang/rust@67d093682c Rollup merge of #119664 - ChrisDenton:mingw-pty, r=thomcc
rust-lang/rust@15a4c4fc6f Rename
struct_lint_level
aslint_level
.rust-lang/rust@e164cf30f8 Rename
TyCtxt::emit_spanned_lint
asTyCtxt::emit_node_span_lint
.rust-lang/rust@82ca070c16 Rename
TyCtxt::emit_lint
asTyCtxt::emit_node_lint
.rust-lang/rust@cfdea760f5 Rename
TyCtxt::struct_span_lint_hir
asTyCtxt::node_span_lint
.rust-lang/rust@681b9aa363 Rename
TyCtxt::struct_lint_node
asTyCtxt::node_lint
.rust-lang/rust@36e6514606 Rename
LintLevelsBuilder::emit_spanned_lint
asLintLevelsBuilder::emit_span_lint
.rust-lang/rust@749afe2050 Rename
LintLevelsBuilder::struct_lint
asLintLevelsBuilder::opt_span_lint
.rust-lang/rust@1881bfaa2b Rename
LintContext::emit_spanned_lint
asLintContext::emit_span_lint
.rust-lang/rust@c915e90f7e Rename
LintContext::lookup_with_diagnostics
asLintContext::span_lint_with_diagnostics
.rust-lang/rust@2de5242ea6 Rename
LintContext::lookup
asLintContext::opt_span_lint
.rust-lang/rust@c56d71f418 Rename
LintContext::struct_span_lint
asLintContext::span_lint
.rust-lang/rust@42556b4e4d assembly test: add riscv32im_risc0_zkvm_elf target
rust-lang/rust@ce11b70979 Re-add estebank to review rotation
rust-lang/rust@a77cc2ce97 Use
Self
inNonZero*
implementations.rust-lang/rust@05f8650fe8 update ui test result
rust-lang/rust@75d7d7091a zkvm: add partial std support
rust-lang/rust@966b94e0a2 rustc: implement support for
riscv32im_risc0_zkvm_elf
rust-lang/rust@06fbe07901 Add target description for
riscv32im-risc0-zkvm-elf
rust-lang/rust@dec4740b7c compiler: update freebsd and netbsd base specs.
rust-lang/rust@3ff10242fe Test async fn
rust-lang/rust@c5a4e074f0 Use
-> !
to test divergencerust-lang/rust@638439a440 update codegen tests
rust-lang/rust@f88e64343e std: move cmath into
sys
rust-lang/rust@483382b93e Add regression test
rust-lang/rust@9a20cf1697 Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"
rust-lang/rust@d1f1075931 Never pattern in
let
statement divergesrust-lang/rust@a9ea07d17c Never pattern in function arguments diverges
rust-lang/rust@dbc1f074bc Tweak
rust-lang/rust@e74c667a53 Fix msys2 tty detection for /dev/ptmx
rust-lang/rust@2ab85e4178 reword comment
rust-lang/rust@73ce868c7e more clear code
rust-lang/rust@0288a0bfa0 raw pointers are not references
rust-lang/rust@2f1a8e2d7a const-eval interner: from-scratch rewrite using mutability information from provenance rather than types
rust-lang/rust@c4fc9ff0d3 Document
Token{Stream,Tree}::Display
more thoroughly.rust-lang/rust@7a17508efa correct my mailmap entry
rust-lang/rust@012a304a16 Fix a
trimmed_def_paths
assertion failure.rust-lang/rust@c7517206ea Bump
openssl
versionrust-lang/rust@527f903a42 Bump
ctrlc
versionrust-lang/rust@98f59817c2 Rename function in weird-exprs.rs for clarity
rust-lang/rust@3ed96e35c4 Suggest arry::from_fn for array initialization
rust-lang/rust@c3e4c457fe Track
verbose
andverbose_internals
rust-lang/rust@f2ef88ba06 Consolidate logic around resolving built-in coroutine trait impls
rust-lang/rust@fa9a911a57 libs: use
assert_unchecked
instead of intrinsicrust-lang/rust@4e973b0b63 rc,sync: Do not create references to uninitialized values
rust-lang/rust@2d1b2a9906 Add more weirdness to weird-exprs.rs
The text was updated successfully, but these errors were encountered: