rust/tests/ui/moves
Nilstrieb 832751fe1d Also erase substs for new infcx in pin move error
The code originally correctly erased the regions of the type it passed
to the newly created infcx. But after the `fn_sig` query was made to
return an `EarlyBinder<T>`, some substs that were around were
substituted there without erasing their regions. They were then passed
into the newly cerated infcx, which caused the ICE.
2023-01-28 20:43:16 +01:00
..
borrow-closures-instead-of-move.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
borrow-closures-instead-of-move.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-46099-move-in-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-46099-move-in-macro.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-72649-uninit-in-loop.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-72649-uninit-in-loop.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-75904-move-closure-loop.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-75904-move-closure-loop.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99470-move-out-of-some.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99470-move-out-of-some.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-1-unique.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-2-unique.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-3-unique.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-4-unique.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-4.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-arg-2-unique.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-arg-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-arg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-deref-coercion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-deref-coercion.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-fn-self-receiver.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-fn-self-receiver.stderr Account for method call and indexing when looking for inner-most path in expression 2023-01-17 02:52:43 +00:00
move-guard-same-consts.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-guard-same-consts.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-in-guard-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-in-guard-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-in-guard-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-in-guard-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-into-dead-array-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-into-dead-array-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-into-dead-array-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-into-dead-array-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-nullary-fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-of-addr-of-mut.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-of-addr-of-mut.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-array-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-array-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-array-ref.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-array-ref.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-slice-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-slice-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-slice-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-slice-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-tuple-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-out-of-tuple-field.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
move-scalar.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-access-to-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-access-to-field.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-block-bad.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-block-bad.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-capture-clause-bad.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-capture-clause-bad.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-capture-clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-cyclic-types-issue-4821.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-cyclic-types-issue-4821.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-distribute-copy-over-paren.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-distribute-copy-over-paren.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-exprs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-exprs.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-match-bindings.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-match-bindings.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-move-out-of-closure-env-issue-1965.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-move-out-of-closure-env-issue-1965.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-no-recursive-stack-closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-no-recursive-stack-closure.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-tuple.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-based-on-type-tuple.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-sru-moved-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
moves-sru-moved-field.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pin-mut-reborrow-infer-var-issue-107419.fixed Also erase substs for new infcx in pin move error 2023-01-28 20:43:16 +01:00
pin-mut-reborrow-infer-var-issue-107419.rs Also erase substs for new infcx in pin move error 2023-01-28 20:43:16 +01:00
pin-mut-reborrow-infer-var-issue-107419.stderr Also erase substs for new infcx in pin move error 2023-01-28 20:43:16 +01:00
pin-mut-reborrow.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pin-mut-reborrow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pin-mut-reborrow.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-clone.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-clone.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-clone.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use_of_moved_value_clone_suggestions.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use_of_moved_value_clone_suggestions.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use_of_moved_value_copy_suggestions.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use_of_moved_value_copy_suggestions.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use_of_moved_value_copy_suggestions.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00