rust/tests/ui/pattern/bindings-after-at
bors 31e6e8c6c5 Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiser
Suggest ref mut for pattern matching assignment

Fixes #118596
2024-04-25 08:52:19 +00:00
..
bind-by-copy-or-pat.rs
bind-by-copy-or-pat.stderr
bind-by-copy.rs
bind-by-move-neither-can-live-while-the-other-survives-1.rs
bind-by-move-neither-can-live-while-the-other-survives-1.stderr Tweak wording 2024-03-13 23:05:17 +00:00
bind-by-move-no-subbindings-fun-param.rs
bind-by-move-no-subbindings-fun-param.stderr
borrowck-move-and-move.rs
borrowck-move-and-move.stderr
borrowck-pat-at-and-box-pass.rs
borrowck-pat-at-and-box.rs
borrowck-pat-at-and-box.stderr
borrowck-pat-by-copy-bindings-in-at.rs
borrowck-pat-by-move-and-ref-inverse-promotion.rs
borrowck-pat-by-move-and-ref-inverse-promotion.stderr Tweak wording 2024-03-13 23:05:17 +00:00
borrowck-pat-by-move-and-ref-inverse.rs
borrowck-pat-by-move-and-ref-inverse.stderr Tweak wording 2024-03-13 23:05:17 +00:00
borrowck-pat-by-move-and-ref.rs
borrowck-pat-by-move-and-ref.stderr
borrowck-pat-ref-both-sides.rs
borrowck-pat-ref-mut-and-ref.rs
borrowck-pat-ref-mut-and-ref.stderr Mention when type parameter could be Clone 2024-04-24 22:21:15 +00:00
borrowck-pat-ref-mut-twice.rs
borrowck-pat-ref-mut-twice.stderr Tweak wording 2024-03-13 23:05:17 +00:00
box-patterns.rs
copy-and-move-mixed.rs
copy-and-move-mixed.stderr
default-binding-modes-both-sides-independent.rs
default-binding-modes-both-sides-independent.stderr Tweak wording 2024-03-13 23:05:17 +00:00
nested-binding-mode-lint.rs
nested-binding-modes-mut.rs
nested-binding-modes-mut.stderr
nested-binding-modes-ref.rs
nested-binding-modes-ref.stderr
nested-patterns.rs
nested-type-ascription-syntactically-invalid.rs
nested-type-ascription-syntactically-invalid.stderr
or-patterns-box-patterns.rs
or-patterns-slice-patterns.rs
or-patterns.rs
pat-at-same-name-both.rs
pat-at-same-name-both.stderr Suggest ref mut for pattern matching assignment 2024-04-25 04:54:25 +08:00
slice-patterns.rs
wild-before-at-syntactically-rejected.rs
wild-before-at-syntactically-rejected.stderr