Commit cd77b62
authored
Rollup merge of rust-lang#75972 - JulianKnodt:i70381, r=rollup
Fix ICE due to carriage return w/ multibyte char
Based off of this [commit](kfitch@972560b)
Fixes rust-lang#70381
CC: @Dylan-DPCFile tree
3 files changed
+15
-1
lines changed- src
- librustc_parse_format
- test/ui/issues
3 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments