rust/compiler
Dylan DPC fa4cfeb597
Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank
Note when a a move/borrow error is caused by a deref coercion

Fixes #73268

When a deref coercion occurs, we may end up with a move error if the
base value has been partially moved out of. However, we do not indicate
anywhere that a deref coercion is occuring, resulting in an error
message with a confusing span.

This PR adds an explicit note to move errors when a deref coercion is
involved. We mention the name of the type that the deref-coercion
resolved to, as well as the `Deref::Target` associated type being used.
2020-09-16 01:30:32 +02:00
..
2020-09-11 09:37:51 -07:00
2020-09-11 09:37:51 -07:00
2020-09-14 11:03:47 +02:00
2020-09-13 22:53:51 +02:00
2020-09-09 23:05:43 +03:00
2020-09-04 17:47:51 +02:00
2020-09-13 22:53:51 +02:00
2020-09-09 16:32:55 +02:00