-
Notifications
You must be signed in to change notification settings - Fork 13k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Create an internal lint for detecting "Unicode-unaware" Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-Unicode
Area: Unicode
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
D-Unicode-unaware
Diagnostics: Diagnostics that are unaware of Unicode and trigger codepoint boundary assertions
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
BytePos
& Span
manipulations
A-diagnostics
#128790
opened Aug 7, 2024 by
fmease
format_args
can create incorrect subspans for raw string literals that adopted another string literal’s span – assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32
A-macros
#114865
opened Aug 15, 2023 by
steffahn
ProTip!
Mix and match filters to narrow down what you’re looking for.