-
Notifications
You must be signed in to change notification settings - Fork 13k
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
"unknown start of token" error message is really bad #3747
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
Non-critical for 0.6, de-milestoning |
Nominating for milestone 5, production-ready. |
perfect storm of bad parser error messages, accepting |
accepted for production-ready milestone |
Still relevant |
bors
added a commit
that referenced
this issue
Aug 18, 2013
The span was fixed at some point to point to the correct character, but the error message is still bad. Update it to emit the actual character in question (potentially escaped). Fixes #3747.
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 15, 2021
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 10, 2024
remove some SSE/SSE2 intrinsics that are no longer used by stdarch Fixes rust-lang/miri#3691
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 18, 2024
remove some SSE/SSE2 intrinsics that are no longer used by stdarch Fixes rust-lang/miri#3691
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
This yields:
This is bad in a few different ways:
rustc.rc
. Panic-inducing.The text was updated successfully, but these errors were encountered: