Files
rust/compiler
bors dc37ff82e8 Auto merge of #137348 - compiler-errors:span-trim, r=estebank
More sophisticated span trimming for suggestions

Previously #136958 only cared about prefixes or suffixes. Now it detects more cases where a suggestion is "sandwiched" by unchanged code on the left or the right. Would be cool if we could detect several insertions, like `ACE` going to `ABCDE`, extracting `B` and `D`, but that seems unwieldy.

r? `@estebank`
2025-02-21 23:59:08 +00:00
..
2025-02-08 22:12:13 +00:00
2025-02-20 13:41:24 -06:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-02-20 17:55:31 +00:00
2025-01-07 14:30:02 +02:00
2025-02-08 22:12:13 +00:00
2025-02-19 03:58:31 +00:00
2025-02-17 11:33:07 +00:00