Commit 24a6774
authored
Don't hang when the beginning of the error can't be found
Tools that interfere with rustc output can cause the line to be prefixed (see DioxusLabs/dioxus#4547), which can cause the line never to be found, and the loop to continue until the user presses C-g1 parent 9915b3a commit 24a6774
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments