Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic toolchain upgrade to nightly-2023-11-22 #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

Update Rust toolchain from nightly-2023-11-21 to nightly-2023-11-22 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@3a85a5c up to rust-lang/rust@2f8d81f. The log for this commit range is:
rust-lang/rust@2f8d81f9db Auto merge of #118137 - roblabla:update-backtrace, r=ChrisDenton
rust-lang/rust@08803eb4c8 Update backtrace submodule
rust-lang/rust@0ff8610964 Auto merge of #118134 - Nilstrieb:rollup-kyo1l6e, r=Nilstrieb
rust-lang/rust@fa8878bdcc Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errors
rust-lang/rust@61e06fe446 Rollup merge of #118083 - calebzulawski:remove-i686-apple-darwin, r=albertlarsan68
rust-lang/rust@4bb3ae39b7 Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errors
rust-lang/rust@cbadb2e1c0 Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJung
rust-lang/rust@aff407eef5 Rollup merge of #117522 - Urgau:check-cfg-cli-own-lint, r=petrochenkov
rust-lang/rust@e62f7be638 Rollup merge of #116085 - notriddle:notriddle/search-associated-types, r=GuillaumeGomez
rust-lang/rust@e24e5af787 Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomcc
rust-lang/rust@7bd385dc37 Auto merge of #117580 - compiler-errors:hash-stable-simplify-rustc_type_ir, r=jackh726
rust-lang/rust@c5af061019 Auto merge of #118126 - Nilstrieb:rollup-5ogh896, r=Nilstrieb
rust-lang/rust@f13f980900 Rollup merge of #118121 - nnethercote:rustc_hir, r=compiler-errors
rust-lang/rust@90e4c2dc3a Rollup merge of #118115 - spastorino:fix-old-fn-names, r=compiler-errors
rust-lang/rust@69a5a893e4 Rollup merge of #118097 - rustbot:docs-update, r=ehuss
rust-lang/rust@bfc2675362 Rollup merge of #118094 - JarvisCraft:SpecFromElem-for-empty-tuple, r=thomcc
rust-lang/rust@675cba073e Rollup merge of #118081 - nnethercote:rustc_ty_utils, r=compiler-errors
rust-lang/rust@187d44bfe3 Rollup merge of #118059 - Nilstrieb:unset-cargo, r=dtolnay
rust-lang/rust@6bb671e7e8 Rollup merge of #117790 - rcvalle:rust-cfi-fix-000000, r=workingjubilee
rust-lang/rust@85c42b751e Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnay
rust-lang/rust@c9143ea1d9 Unify HashStable implementations
rust-lang/rust@426bc70ad6 Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir
rust-lang/rust@72653c1f50 Use macros to avoid expect_* boilerplate.
rust-lang/rust@ec10e3726c Remove some unused functions.
rust-lang/rust@c965a7608d Wrap a long line.
rust-lang/rust@390e3c8b66 Auto merge of #118015 - celinval:smir-place-ty, r=compiler-errors
rust-lang/rust@baf4abff31 Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgr
rust-lang/rust@8cf94c955f Fix occurrences of old fn names in comment and tracing
rust-lang/rust@853492329c Auto merge of #116092 - compiler-errors:features-query, r=cjgillot
rust-lang/rust@fe50c5359e Update some more cases of "type" -> "$message_type"
rust-lang/rust@d94df62398 Improve code per PR comments
rust-lang/rust@d3fa6a0e35 Add place.ty() and Ty build from a kind to smir
rust-lang/rust@f68c6c9528 Fix early param lifetimes in generic_const_exprs
rust-lang/rust@6c62b42347 Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errors
rust-lang/rust@ca246d32e6 Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnr
rust-lang/rust@1936e2c938 Rollup merge of #118010 - gurry:117821-ice-no-type-for-local-var, r=compiler-errors
rust-lang/rust@0270afee31 Rollup merge of #117992 - compiler-errors:sound-but-not-complete, r=lcnr,aliemjay
rust-lang/rust@7fd7dad07b Rollup merge of #117973 - CohenArthur:fix-89699, r=lqd
rust-lang/rust@6258697445 Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorino
rust-lang/rust@87540879f4 Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler-errors
rust-lang/rust@da5eebf942 Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errors
rust-lang/rust@2d187d54fd Store feature stability un-split
rust-lang/rust@86299a1247 Unify defined_lib_features and lib_features queries
rust-lang/rust@e6ca8e1d18 Bump future release warning mode
rust-lang/rust@63b34cf480 Don't consider regions in deref_into_dyn_supertrait lint
rust-lang/rust@253f5023c3 Don't require intercrate mode for negative coherence
rust-lang/rust@19a5e1dfc6 Don't drop region constraints that come from plugging infer regions with placeholders
rust-lang/rust@b4c3d7f3fd Uplift InferConst to rustc_type_ir
rust-lang/rust@c3ba158d30 Use InferTy from rustc_type_ir unconditionally
rust-lang/rust@3c999d8bf4 Update books
rust-lang/rust@72a8633ee8 docs(GH-118094): make docs a bit more explicit
rust-lang/rust@91fcdde51b chore(GH-118094): explicitly mark _elem as unused
rust-lang/rust@2fd9442afc feat: specialize SpecFromElem for ()
rust-lang/rust@8a77060657 Remove now unnecessary x86_64_sun_solaris.rs.
rust-lang/rust@9ada6544f6 Test with -Zmiri-provenance-gc=1 on Linux
rust-lang/rust@fecd3e684d Remove now deprecated target x86_64-sun-solaris.
rust-lang/rust@b99165842d Test that the GC consults the extra_fn_ptr map
rust-lang/rust@35c8a37a6f handle reservation impls, track impl source
rust-lang/rust@97043c2381 self ty infer ambiguity: add proof tree cand
rust-lang/rust@fd70a4ca17 test: Add test for async-move in 2015 Rust proc macro
rust-lang/rust@4657917f6e Typeck break expr even if break is illegal
rust-lang/rust@f79911def6 Remove unused feature.
rust-lang/rust@5bec5ae545 Put derives on a single line where possible.
rust-lang/rust@b142ed296c Add a comment.
rust-lang/rust@6b4465db50 Remove i686-apple-darwin cross-testing
rust-lang/rust@6ba4c2f017 Remove unused arena kinds in rustc_hir and rustc_middle.
rust-lang/rust@9e6ee728a2 Alphabetize features.
rust-lang/rust@a3bd5a0974 Inline and remove record_layout_for_printing.
rust-lang/rust@e2664eba50 Reduce exposure of some items.
rust-lang/rust@acc74c085d rustdoc: update book with info on type bindings
rust-lang/rust@63c50712f4 rustdoc-search: add support for associated types
rust-lang/rust@0ec82fa9d3 tag-gc -> provenance-gc
rust-lang/rust@0d0a41789f Expand Miri's BorTag GC to a Provenance GC
rust-lang/rust@5e32da567e Add documentation for some queries
rust-lang/rust@251e75ced6 Explicitly unset $CARGO for compiletest
rust-lang/rust@a5658e6de8 Update --check-cfg tests that had old --cfg warning
rust-lang/rust@f5023e4c76 Remove --check-cfg checking of --cfg args
rust-lang/rust@e5c330ac48 Note about object lifetime defaults in does not live long enough error
rust-lang/rust@55e3dc487f CFI: Add missing use core::ffi::c_int
rust-lang/rust@0ac438c8d4 Add Duration::abs_diff
rust-lang/rust@8aa4fb57f1 Update docs too
rust-lang/rust@8f0845862c Use $message_type as the tag
rust-lang/rust@da3df9c201 Add test for future-incompat diagnostics with json output
rust-lang/rust@00adbb2d5a Use serde_json::to_writer for JsonEmitter::emit
rust-lang/rust@54267ddc0c Document type field in json diagnostics.
rust-lang/rust@62ad57b95a Make sure nested Diagnostics in FutureIncompat are also typed for consistency.
rust-lang/rust@5c8170656b Add type field to json diagnostic outputs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant