Files
rust/compiler
Dylan DPC 3064d6ec4d Rollup merge of #94596 - compiler-errors:delay-adjustment-duplicate, r=estebank
Delay bug in expr adjustment when check_expr is called multiple times

Instead of including slightly more complicated logic in `check_argument_types` to fix the bug (#94516) I introduced in #94438, and inevitably have this bug appear once again when some other diagnostic is written that causes `check_expr` to be called an expression during a (bad) code path, just delay the bug in adjustment logic.

I am open to other implementations that don't delay the bug here.

Fixes #94516
2022-03-04 22:58:36 +01:00
..
2022-01-28 16:56:05 +01:00
2021-12-14 18:50:31 -04:00
2022-02-26 13:45:43 -03:00
2022-03-03 19:47:23 +08:00
2022-03-01 20:02:47 +08:00
2022-03-03 19:47:23 +08:00
2022-02-24 16:02:07 -05:00
2022-02-24 17:01:01 +11:00
2022-03-02 17:46:12 +01:00
2022-02-25 08:00:52 -05:00
2022-02-25 08:00:52 -05:00
2022-02-22 18:14:51 -05:00