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:
parent
d488de82f3
commit
99f2977031
881 changed files with 4696 additions and 3326 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue