Skip to content

Fix a panic rendering a text parsing error #2266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

alexcrichton
Copy link
Member

Don't try to print a huge amount of whitespace to a column, instead cap the size to a reasonable value.

Closes #2262

Don't try to print a huge amount of whitespace to a column, instead cap
the size to a reasonable value.

Closes bytecodealliance#2262
@alexcrichton alexcrichton requested a review from a team as a code owner July 28, 2025 15:01
@alexcrichton alexcrichton requested review from pchickey and removed request for a team July 28, 2025 15:01
@alexcrichton alexcrichton added this pull request to the merge queue Jul 28, 2025
Merged via the queue into bytecodealliance:main with commit 9dd3ab4 Jul 28, 2025
34 checks passed
@alexcrichton alexcrichton deleted the do-not-print-huge-column branch July 28, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wast's formatting bug on parsing failure leading to rustc panic
2 participants