-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Emoji in manifest crashes annotate-snippets #13772
Labels
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
Comments
DaniPopes
added
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
labels
Apr 18, 2024
weihanglo
added
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
and removed
S-triage
Status: This issue is waiting on initial triage.
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
labels
Apr 18, 2024
I tried to debug this, and it appears that the issue is caused by |
epage
added a commit
to epage/toml_edit
that referenced
this issue
Apr 18, 2024
This is a step towards addressing rust-lang/cargo#13772
epage
added a commit
to epage/toml_edit
that referenced
this issue
Apr 18, 2024
This is a step towards addressing rust-lang/cargo#13772
epage
added a commit
to epage/toml_edit
that referenced
this issue
Apr 18, 2024
This is a step towards addressing rust-lang/cargo#13772
epage
added a commit
to epage/cargo
that referenced
this issue
Apr 18, 2024
bors
added a commit
that referenced
this issue
Apr 19, 2024
fix(toml): Don't crash on parse errors that point to multi-byte character This pulls in toml-rs/toml#713 Fixes #13772
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
Problem
Cargo panics when reading a manifest file that contains emojis in invalid positions, while trying to display an error for them.
Cargo.toml:
😀
Steps
Possible Solution(s)
No response
Notes
Version
The text was updated successfully, but these errors were encountered: