1
Fork 0

Modify structured suggestion output

* On suggestions that include deletions, use a diff inspired output format
* When suggesting addition, use `+` as underline
* Color highlight modified span
This commit is contained in:
Esteban Küber 2021-06-21 19:07:19 -07:00 committed by Esteban Kuber
parent d488de82f3
commit 99f2977031
881 changed files with 4696 additions and 3326 deletions

View file

@ -47,7 +47,7 @@ LL | format!(123);
help: you might be missing a string literal to format with
|
LL | format!("{}", 123);
| ^^^^^
| +++++
error: aborting due to 7 previous errors