rust/compiler/rustc_errors
Xiretza 8bc43f99e9 Allow specifying multiple alternative suggestions
This allows porting uses of span_suggestions() to diagnostic structs.

Doesn't work for multipart_suggestions() because the rank would be
reversed - the struct would specify multiple spans, each of which has
multiple possible replacements, while multipart_suggestions() creates
multiple possible replacements, each with multiple spans.
2022-10-23 18:59:13 +02:00
..
src Allow specifying multiple alternative suggestions 2022-10-23 18:59:13 +02:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00