Automatic toolchain upgrade to nightly-2023-02-17 #2381
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-2023-02-16 to nightly-2023-02-17 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@2d14db3 up to rust-lang/rust@9a7cc6c. The log for this commit range is:
rust-lang/rust@9a7cc6c32f Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr
rust-lang/rust@eb9f9c7085 Rollup merge of #108125 - albertlarsan68:moar-compiletest-reviewers, r=wesleywiser
rust-lang/rust@d77b0221f8 Rollup merge of #108115 - eggyal:unmet_trait_alias_bound, r=compiler-errors
rust-lang/rust@09a2267e1d Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez
rust-lang/rust@2dc21c0a10 Rollup merge of #108092 - BelovDV:fix-feature-description-pbl, r=petrochenkov
rust-lang/rust@64a4f70c17 Rollup merge of #108090 - WaffleLapkin:if_not_now_then_when…, r=oli-obk
rust-lang/rust@04128982ff Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddle
rust-lang/rust@f65c6e416c Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8Ki
rust-lang/rust@32305770d0 Add new people to the compiletest review rotation
rust-lang/rust@c5d1b3ea96 Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors
rust-lang/rust@5bf6a46032 Replace some
then
s with somethen_some
srust-lang/rust@8751fa1a9a
if $c:expr { Some($r:expr) } else { None }
=>>$c.then(|| $r)
rust-lang/rust@540bd986aa Do not ICE on unmet trait alias bounds
rust-lang/rust@b488508c17 note issue for feature(packed_bundled_libs)
rust-lang/rust@af3c8b2726 Auto merge of #101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrum
rust-lang/rust@4b34c7b766 Auto merge of #108116 - Dylan-DPC:rollup-h3n2vxl, r=Dylan-DPC
rust-lang/rust@bb1e9846b2 Rollup merge of #108103 - matthiaskrgr:lice, r=compiler-errors
rust-lang/rust@7bde7b73f1 Rollup merge of #108102 - matthiaskrgr:ref, r=compiler-errors
rust-lang/rust@ef0b12189e Rollup merge of #108101 - matthiaskrgr:noclonecopy, r=compiler-errors
rust-lang/rust@323e5e823b Rollup merge of #108084 - ink-feather-org:const_range, r=dtolnay
rust-lang/rust@5fac20f87c Rollup merge of #108050 - martingms:issue-108042-fix, r=compiler-errors
rust-lang/rust@0c5bbca12d Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-se
rust-lang/rust@22a5125a36 Remove save-analysis.
rust-lang/rust@639377ed73 Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk
rust-lang/rust@dc7a676778 Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr
rust-lang/rust@e17cd0c019 be nice and don't slice
rust-lang/rust@46f895cadd simplify some refs
rust-lang/rust@e087f61075 don't clone types that are copy
rust-lang/rust@0400c68517 use chars instead of strings where applicable
rust-lang/rust@c5283576ec Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk
rust-lang/rust@55471015a0 Rollup merge of #108094 - kornelski:fsdocs, r=cuviper
rust-lang/rust@863cd15132 Rollup merge of #108088 - callumio:issue-107957, r=dtolnay
rust-lang/rust@09ab35b574 Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle
rust-lang/rust@8259755069 Rollup merge of #108066 - compiler-errors:better-labels-for-bad-impl-trait, r=petrochenkov
rust-lang/rust@897f56ed28 Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errors
rust-lang/rust@31d7e514ab Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung
rust-lang/rust@32891e1121 Rollup merge of #108021 - zephaniahong:oldx, r=albertlarsan68
rust-lang/rust@8f65e25aec Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr
rust-lang/rust@d40c13ae02 Rollup merge of #107972 - saethlin:fix-test-ub, r=michaelwoerister
rust-lang/rust@1fdf0e1334 Rollup merge of #107034 - IntQuant:issue-100717-infer-5, r=oli-obk
rust-lang/rust@4c2d48ee80 Suggest simpler fs helper methods in File::{open,create}
rust-lang/rust@15adc7b5e4 Demonstrate I/O in File examples
rust-lang/rust@e159c1e0ec Skip method calls with arity mismatch
rust-lang/rust@08cc628e73 Add point-at-inference ui test for wrong arity case
rust-lang/rust@29621ba288 clarify correctness of
black_box
rust-lang/rust@a14a4fc3d0 Constify
RangeBounds
,RangeX::contains
andRangeX::is_empty
.rust-lang/rust@de01ea26c9 Fix unintentional UB in ui tests
rust-lang/rust@f4de121951 Don't suggest
#[doc(hidden)]
methodsrust-lang/rust@86fd5a1b44 Use more let chain
rust-lang/rust@38b7cdf393 Use target instead of machine for mir interpreter integer handling.
rust-lang/rust@54cfc10fa5 make x look for x.py if shell script does not exist
rust-lang/rust@37a875cbdb Try to fix codegen tests for ??? LLVM 14 ???
rust-lang/rust@a82adf0125 Fix codegen tests
rust-lang/rust@3f80017f03 Better label for illegal impl trait types
rust-lang/rust@374f798ad2 Correctly handle reexports of
#[doc(hidden)]
is reexport does not use#[doc(inline)]
rust-lang/rust@b096f0e0f0 Make permit_uninit/zero_init fallible
rust-lang/rust@1ec1d94812 Add test for reexports attr merge
rust-lang/rust@02a845a826 Correctly handle reexport traversal by fixing multiple bugs, especially for items with a path of 1 element
rust-lang/rust@9a53cee868 Replace an unnecessary
mk_ty
call withmk_array
.rust-lang/rust@a4d3c9a1a4 Pre-intern some
ReVar
s andReLateBound
s.rust-lang/rust@cef9004f5a Add specialized variants of
mk_region
.rust-lang/rust@7439028374 Remove
reuse_or_mk_region
.rust-lang/rust@dff10d0668 Re-add replacement logic and add comment explaining it
rust-lang/rust@755252bf51 Show the effects of weird code commented out
rust-lang/rust@bd176ee591 Make removal suggestion not verbose
rust-lang/rust@5d63e10318 rebase and review comments
rust-lang/rust@287cd5974c Avoid trailing commas
rust-lang/rust@fb61f5d781 Fix fmt
rust-lang/rust@f02d8ec15e More accurate spans for arg removal suggestion
rust-lang/rust@58939b9520 Specify correct spans in suggest_await_on_expect_found
rust-lang/rust@5f93edd4b8 Prevent some attributes from being merged with others on reexports
rust-lang/rust@5c7afde6f2 Port PlaceholderRelationLfNotSatisfied diagnostic
rust-lang/rust@fdbec623c4 Port ConsiderAddingAwait
rust-lang/rust@9f06c3d87f Port SuggestRemoveSemiOrReturnBinding
rust-lang/rust@6fa4c7d89c Make sure tests pass
rust-lang/rust@b8feb63345 Port WhereClauseSuggestions
rust-lang/rust@8d590dc303 Resolve rebase
rust-lang/rust@35dbec338a Port another diagnostic
rust-lang/rust@cb8ea01096 Port RefLongerThanData
rust-lang/rust@58e901b6fd Port "BorrowedTooLong" diagnostic
rust-lang/rust@8fc5ba65e1 Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied diagnostics
rust-lang/rust@22f853c620 Avoid looping past bounds of args
rust-lang/rust@087a0136d0 Don't ICE in might_permit_raw_init if reference is polymorphic
rust-lang/rust@eb286dd070 Make can_eq and can_sub return booleans
rust-lang/rust@d8d18aae03 Fix UB in the test case
rust-lang/rust@640ede7b0a Enable CopyProp by default, tune the impl a bit
rust-lang/rust@78245286dc std: use id-based thread parking on SOLID