rust/compiler
David Wood b4ac26289f errors: AddToDiagnostic::add_to_diagnostic_with
`AddToDiagnostic::add_to_diagnostic_with` is similar to the previous
`AddToDiagnostic::add_to_diagnostic` but takes a function that can be
used by the caller to modify diagnostic messages originating from the
subdiagnostic (such as performing translation eagerly).

`add_to_diagnostic` now just calls `add_to_diagnostic_with` with an
empty closure.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-10-10 14:20:16 +01:00
..
2022-09-29 16:49:04 +09:00
2022-10-06 15:49:44 +11:00
2022-09-29 16:49:04 +09:00
2022-09-29 16:49:04 +09:00
2022-10-07 09:33:46 -05:00
2022-10-07 09:33:46 -05:00
2022-09-26 10:14:45 +02:00
2022-10-06 15:49:44 +11:00