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-08-16 #2695

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2023-08-15 to nightly-2023-08-16 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@180dffb up to rust-lang/rust@0bdb00d. The log for this commit range is:
rust-lang/rust@0bdb00d55a Auto merge of #114864 - matthiaskrgr:rollup-uw47qco, r=matthiaskrgr
rust-lang/rust@79bc72a5f9 Rollup merge of #114853 - GuillaumeGomez:migrate-gui-test-color-33, r=notriddle
rust-lang/rust@a830834b9f Rollup merge of #114837 - RalfJung:error_in_core, r=cuviper
rust-lang/rust@fa15f94e42 Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitor
rust-lang/rust@8db5a6d8ee Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors
rust-lang/rust@5baf2a110f Rollup merge of #114668 - compiler-errors:match-fn-def, r=petrochenkov
rust-lang/rust@d95cbece5e Rollup merge of #114644 - compiler-errors:lt-err, r=wesleywiser
rust-lang/rust@430e2e6772 Rollup merge of #114619 - g0djan:godjan/fix_#114608, r=m-ou-se
rust-lang/rust@0587893f6d Rollup merge of #114588 - ijackson:exit-status-default-2, r=m-ou-se
rust-lang/rust@c57393e4f8 Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomez
rust-lang/rust@a741a5ad16 Document Default for ExitStatus
rust-lang/rust@4f4dae055b Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se
rust-lang/rust@2f75dd4e19 Fix typo.
rust-lang/rust@a826cdbc21 Migrate GUI colors test to original CSS color format
rust-lang/rust@31a41310ee Rollup merge of #114831 - compiler-errors:next-solver-projection-subst-compat, r=lcnr
rust-lang/rust@81efd47aa7 Rollup merge of #114830 - compiler-errors:ui-test-annotations, r=petrochenkov
rust-lang/rust@da4e7bd0cd Rollup merge of #114829 - compiler-errors:next-solver-only-unsize-to-dyn-once, r=lcnr
rust-lang/rust@47bdda2b45 Rollup merge of #114828 - compiler-errors:next-solver-probe-upcasting, r=lcnr
rust-lang/rust@e4b9e72e58 Rollup merge of #114827 - compiler-errors:next-solver-dyn-safe-candidates, r=lcnr
rust-lang/rust@0e7f9e576f Rollup merge of #114825 - cuviper:gimli-0.28, r=compiler-errors
rust-lang/rust@dd76268ac5 Rollup merge of #114820 - ehuss:unknown-lint-mod-warning, r=compiler-errors
rust-lang/rust@f527d56c08 Rollup merge of #114800 - RalfJung:transparent, r=cuviper
rust-lang/rust@f0987ab45b Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber
rust-lang/rust@f92974189b Rollup merge of #114711 - lqd:linker-inference, r=petrochenkov
rust-lang/rust@c1699a79a6 Auto merge of #114467 - Amanieu:asm-unstable-features, r=davidtwco
rust-lang/rust@fd9525adb0 Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naber
rust-lang/rust@a32978a5e8 Auto merge of #114023 - compiler-errors:coinductive-cycle-lint, r=lcnr
rust-lang/rust@fb07077fa4 add missing feature(error_in_core)
rust-lang/rust@1f42be6f55 Deny FnDef in patterns
rust-lang/rust@0e20155662 more nits
rust-lang/rust@ca49a37390 Reuse the selection context, compute failing obligations first in ambig mode
rust-lang/rust@d2a14df70e nits
rust-lang/rust@56f5704ff8 Implement lint against coinductive impl overlap
rust-lang/rust@2ae4bedd85 more span info
rust-lang/rust@d7e751006c Auto merge of #113679 - chenyukang:yukang-fix-lint-113459, r=cjgillot
rust-lang/rust@ffaa32b7b6 Auto merge of #114803 - bjorn3:less_session_mutable_state, r=fee1-dead
rust-lang/rust@77c6c38add Check projection arguments before substitution
rust-lang/rust@dc946649f5 Clean up some bad ui testing annotations
rust-lang/rust@7d8563c602 Separate consider_unsize_to_dyn_candidate from other unsize candidates
rust-lang/rust@ab126c2a4e Probe when assembling upcast candidates so they don't step on eachother's toes
rust-lang/rust@e8ab56fbb4 Only consider object candidates for object-safe dyn types
rust-lang/rust@fe6d541540 Fix typos in rustc doc platform x86_64h-apple-darwin
rust-lang/rust@aa6c02dd40 Fix typos in rustc doc platform loongarch-linux
rust-lang/rust@29a1e46817 Fix typos in rustc doc codegen-options
rust-lang/rust@1b6cf74390 Fix typos in rustc doc platform aarch64-unknown-teeos
rust-lang/rust@677afb4b45 Add a regression test for #113238
rust-lang/rust@f8bda1824e Fix typos in rustc doc platform netbsd
rust-lang/rust@c3889d1a14 Fix typos in unstable-book
rust-lang/rust@3276b29ddb Auto merge of #114824 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@6d31b1489d Update cargo
rust-lang/rust@58aa903848 bless clippy test
rust-lang/rust@298ca6732b review comment: add claryfing comment
rust-lang/rust@5021dde1a0 Move scrutinee HirId into MatchSource::TryDesugar
rust-lang/rust@55f8c66a60 Point at return type when it influences non-first match arm
rust-lang/rust@fe1a034f16 actually this doesn't even affect doctests. nice.
rust-lang/rust@9dda6b5d35 Add test for unknown_lints from another file.
rust-lang/rust@223c43b154 Fix review comment
rust-lang/rust@c44b35e1c3 match scrutinee need necessary parentheses for structs
rust-lang/rust@f887f5a9c6 std: add some missing repr(transparent)
rust-lang/rust@c75fc573aa Use {Local}ModDefId in many queries
rust-lang/rust@c6247387b4 Remove metadata_loader query
rust-lang/rust@980143b50c Pass WorkProductMap to build_dep_graph instead of FxIndexMap
rust-lang/rust@4a6de8e0dd Inline queries for crate_name, crate_types and stable_crate_id
rust-lang/rust@ef2da4a49b Remove reached_eof from ParseSess
rust-lang/rust@40de40e094 Add typed {Local}DefId for modules
rust-lang/rust@815868d803 Switch to LLD as default linker for loongarch64-unknown-none*
rust-lang/rust@498d6562c3 infer no use of lld when using a generic linker driver
rust-lang/rust@99c1bcfac5 Revert "make MCP510 behavior explicitly opt-in"
rust-lang/rust@591b547e81 Point out expectation even if we have RegionsInsufficientlyPolymorphic
rust-lang/rust@971427e5f1 Fix #114608
rust-lang/rust@a3ab31c0f9 Use unstable_target_features when checking inline assembly
rust-lang/rust@d47371de69 Fix test
rust-lang/rust@43453a8ebf Don't panic in ceil_char_boundary

@github-actions github-actions bot requested a review from a team as a code owner August 18, 2023 02:32
@tautschnig tautschnig closed this Aug 18, 2023
@tautschnig tautschnig reopened this Aug 18, 2023
@tautschnig
Copy link
Member

Closing in favour of #2696.

@tautschnig tautschnig closed this Aug 18, 2023
@tautschnig tautschnig deleted the toolchain-2023-08-16 branch November 30, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants