rust/compiler/rustc_builtin_macros
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 Add a lint for duplicated attributes. 2021-12-15 23:43:13 +01:00