rust/tests/ui/pattern/bindings-after-at
bors 1280928a99 Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #119592 (resolve: Unload speculatively resolved crates before freezing cstore)
 - #120103 (Make it so that async-fn-in-trait is compatible with a concrete future in implementation)
 - #120206 (hir: Make sure all `HirId`s have corresponding HIR `Node`s)
 - #120214 (match lowering: consistently lower bindings deepest-first)
 - #120688 (GVN: also turn moves into copies with projections)
 - #120702 (docs: also check the inline stmt during redundant link check)
 - #120727 (exhaustiveness: Prefer "`0..MAX` not covered" to "`_` not covered")
 - #120734 (Add `SubdiagnosticMessageOp` as a trait alias.)
 - #120739 (improve pretty printing for associated items in trait objects)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-02-08 12:14:19 +00:00
..
bind-by-copy.rs Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
bind-by-move-neither-can-live-while-the-other-survives-1.rs
bind-by-move-neither-can-live-while-the-other-survives-1.stderr Shrink binding span. 2023-04-03 15:59:21 +00:00
bind-by-move-no-subbindings-fun-param.rs
bind-by-move-no-subbindings-fun-param.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
borrowck-move-and-move.rs Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-move-and-move.stderr Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-pat-at-and-box-pass.rs Rename drop_ref lint to dropping_references 2023-05-21 14:16:41 +02:00
borrowck-pat-at-and-box.rs
borrowck-pat-at-and-box.stderr Run check_match and check_liveness when MIR is built instead of having an explicit phase for them 2023-04-21 22:32:38 +00:00
borrowck-pat-by-copy-bindings-in-at.rs Rename drop_copy lint to dropping_copy_types 2023-05-21 13:37:32 +02:00
borrowck-pat-by-move-and-ref-inverse-promotion.rs
borrowck-pat-by-move-and-ref-inverse-promotion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
borrowck-pat-by-move-and-ref-inverse.rs Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-pat-by-move-and-ref-inverse.stderr Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-pat-by-move-and-ref.rs Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-pat-by-move-and-ref.stderr Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-pat-ref-both-sides.rs
borrowck-pat-ref-mut-and-ref.rs Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-pat-ref-mut-and-ref.stderr Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-pat-ref-mut-twice.rs Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
borrowck-pat-ref-mut-twice.stderr Put new bindings first in refutable cases too 2024-01-25 02:56:02 +01:00
box-patterns.rs
copy-and-move-mixed.rs
copy-and-move-mixed.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
default-binding-modes-both-sides-independent.rs
default-binding-modes-both-sides-independent.stderr Shrink binding span. 2023-04-03 15:59:21 +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 Rip it out 2023-05-01 16:15:13 +08:00
nested-type-ascription-syntactically-invalid.stderr Rip it out 2023-05-01 16:15:13 +08:00
or-patterns-box-patterns.rs
or-patterns-slice-patterns.rs
or-patterns.rs
pat-at-same-name-both.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
pat-at-same-name-both.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
slice-patterns.rs
wild-before-at-syntactically-rejected.rs
wild-before-at-syntactically-rejected.stderr