rust/src/test/ui/moves
2022-12-25 17:16:54 -08:00
..
borrow-closures-instead-of-move.rs Suggest function borrow ignoring needs_note 2022-03-28 22:27:07 -07:00
borrow-closures-instead-of-move.stderr Account for closures 2022-11-23 12:17:48 -08:00
issue-46099-move-in-macro.rs
issue-46099-move-in-macro.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
issue-72649-uninit-in-loop.rs Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
issue-72649-uninit-in-loop.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
issue-75904-move-closure-loop.rs
issue-75904-move-closure-loop.stderr
issue-99470-move-out-of-some.rs Improve cannot move out of error message 2022-07-31 21:06:43 +03:00
issue-99470-move-out-of-some.stderr Change pattern borrowing suggestions to be verbose 2022-12-13 10:06:13 -08:00
move-1-unique.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-2-unique.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-3-unique.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-4-unique.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-4.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-arg-2-unique.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-arg-2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-arg.rs
move-deref-coercion.rs
move-deref-coercion.stderr Shorten def_span for more items. 2022-07-01 17:39:19 +02:00
move-fn-self-receiver.rs Explain method-call move errors in loops 2021-01-08 14:37:07 -05:00
move-fn-self-receiver.stderr Remove redundant clone suggestion 2022-12-25 17:16:54 -08:00
move-guard-same-consts.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-guard-same-consts.stderr review comments: inline bindings and fix typo 2022-11-23 12:17:48 -08:00
move-in-guard-1.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-in-guard-1.stderr review comments: inline bindings and fix typo 2022-11-23 12:17:48 -08:00
move-in-guard-2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-in-guard-2.stderr review comments: inline bindings and fix typo 2022-11-23 12:17:48 -08:00
move-into-dead-array-1.rs On partial uninit error point at where we need init 2022-07-07 12:25:55 -07:00
move-into-dead-array-1.stderr fix #102087, Suggest Default::default() when binding isn't initialized 2022-09-26 07:56:26 +08:00
move-into-dead-array-2.rs
move-into-dead-array-2.stderr
move-nullary-fn.rs
move-of-addr-of-mut.rs On partial uninit error point at where we need init 2022-07-07 12:25:55 -07:00
move-of-addr-of-mut.stderr fix #102087, Suggest Default::default() when binding isn't initialized 2022-09-26 07:56:26 +08:00
move-out-of-array-1.rs
move-out-of-array-1.stderr
move-out-of-array-ref.rs
move-out-of-array-ref.stderr Account for dereference expressions 2022-12-13 10:06:15 -08:00
move-out-of-field.rs
move-out-of-slice-1.rs
move-out-of-slice-1.stderr Suggest ref for some patterns as a fallback 2022-12-13 10:06:14 -08:00
move-out-of-slice-2.rs Suggest ref for some patterns as a fallback 2022-12-13 10:06:14 -08:00
move-out-of-slice-2.stderr Suggest ref for some patterns as a fallback 2022-12-13 10:06:14 -08:00
move-out-of-tuple-field.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
move-out-of-tuple-field.stderr
move-scalar.rs
moves-based-on-type-access-to-field.rs
moves-based-on-type-access-to-field.stderr Remove redundant clone suggestion 2022-12-25 17:16:54 -08:00
moves-based-on-type-block-bad.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
moves-based-on-type-block-bad.stderr Change pattern borrowing suggestions to be verbose 2022-12-13 10:06:13 -08:00
moves-based-on-type-capture-clause-bad.rs
moves-based-on-type-capture-clause-bad.stderr Mention first and last macro in backtrace 2022-07-19 03:07:54 +00:00
moves-based-on-type-capture-clause.rs
moves-based-on-type-cyclic-types-issue-4821.rs
moves-based-on-type-cyclic-types-issue-4821.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
moves-based-on-type-distribute-copy-over-paren.rs
moves-based-on-type-distribute-copy-over-paren.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
moves-based-on-type-exprs.rs
moves-based-on-type-exprs.stderr Remove redundant clone suggestion 2022-12-25 17:16:54 -08:00
moves-based-on-type-match-bindings.rs
moves-based-on-type-match-bindings.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
moves-based-on-type-move-out-of-closure-env-issue-1965.rs Adjust diagnostics, bless tests 2022-11-05 18:05:44 +00:00
moves-based-on-type-move-out-of-closure-env-issue-1965.stderr Shorten span for closures. 2022-07-07 09:27:42 +02:00
moves-based-on-type-no-recursive-stack-closure.rs Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
moves-based-on-type-no-recursive-stack-closure.stderr Add suggestion to borrow opaque Fn and FnMut instead of move 2022-03-28 22:27:06 -07:00
moves-based-on-type-tuple.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
moves-based-on-type-tuple.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
moves-sru-moved-field.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
moves-sru-moved-field.stderr
pin-mut-reborrow.fixed Suggest Pin::as_mut when encountering borrow error 2022-12-23 09:59:39 -08:00
pin-mut-reborrow.rs Suggest Pin::as_mut when encountering borrow error 2022-12-23 09:59:39 -08:00
pin-mut-reborrow.stderr Suggest Pin::as_mut when encountering borrow error 2022-12-23 09:59:39 -08:00
suggest-clone.fixed Suggest .clone() on method call move errors 2022-12-23 12:49:20 -08:00
suggest-clone.rs Suggest .clone() on method call move errors 2022-12-23 12:49:20 -08:00
suggest-clone.stderr Suggest .clone() on method call move errors 2022-12-23 12:49:20 -08:00
use_of_moved_value_clone_suggestions.rs Use rustfix in copy suggestion test 2022-03-01 16:57:03 +03:00
use_of_moved_value_clone_suggestions.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
use_of_moved_value_copy_suggestions.fixed On E0204 suggest missing type param bounds 2022-06-02 12:54:04 -07:00
use_of_moved_value_copy_suggestions.rs Bless tests. 2022-04-30 13:55:17 +02:00
use_of_moved_value_copy_suggestions.stderr use gathered body_owners in par_body_owners 2022-07-13 12:22:25 -04:00