rust/compiler
David Wood 508d7e6d26 errors: use HashMap to store diagnostic args
Eager translation will enable subdiagnostics to be translated multiple
times with different arguments - this requires the ability to replace
the value of one argument with a new value, which is better suited to a
`HashMap` than the previous storage, a `Vec`.

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