-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Fix ICE when reading non-UTF-8 input from stdin #47895
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
Travis failure looks legit:
|
This is because the special character is not escaped for Edit: Now using a separate file to hopefully avoid platform differences. |
@bors r+ rollup |
📌 Commit a43d7eb has been approved by |
Fix ICE when reading non-UTF-8 input from stdin Fixes rust-lang#22387.
Fixes #22387.