rust/compiler/rustc_borrowck
David Wood 73fa217bc1 errors: span_suggestion takes impl ToString
Change `span_suggestion` (and variants) to take `impl ToString` rather
than `String` for the suggested code, as this simplifies the
requirements on the diagnostic derive.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-04-29 02:05:20 +01:00
..
src errors: span_suggestion takes impl ToString 2022-04-29 02:05:20 +01:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00