Matthias Krüger e500dcb8cb
Rollup merge of #103223 - compiler-errors:deref-sugg-slow, r=wesleywiser
Use already checked RHS ty for LHS deref suggestions

There's no reason to do the `check_lhs_assignable` and RHS `check_expr_with_hint` in that order, so invert them and use the typeck results to avoid exponential blowup on error.

Fixes #103219
2022-10-19 21:38:40 +02:00
..
2022-10-19 02:55:23 +00:00
2022-10-15 17:49:32 +00:00
2022-10-07 07:06:16 -05:00
2022-10-14 12:57:56 +08:00
2022-10-01 10:03:06 +00:00
2022-10-07 09:33:46 -05:00
2022-10-07 07:06:16 -05:00
2022-10-01 10:03:06 +00:00
2022-10-14 12:57:56 +08:00
2022-10-07 19:43:46 +00:00