Skip to content

Don't hang when the beginning of the error can't be found#576

Open
dabrahams wants to merge 1 commit intorust-lang:masterfrom
dabrahams:patch-1
Open

Don't hang when the beginning of the error can't be found#576
dabrahams wants to merge 1 commit intorust-lang:masterfrom
dabrahams:patch-1

Conversation

@dabrahams
Copy link

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-g

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-g
Copy link
Member

@psibi psibi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, this looks good to me. Can you add a test for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants