mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
859079ff12
Diagnostics can have multiple primary spans, or have subdiagnostics repeated at multiple locations, so support `Vec<..>` fields in the diagnostic derive which become loops in the generated code. Signed-off-by: David Wood <david.wood@huawei.com>