Skip to content
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

Restrict "\xXX" to ASCII (0x00 -- 0x7F) #18062

Closed
aturon opened this issue Oct 15, 2014 · 2 comments
Closed

Restrict "\xXX" to ASCII (0x00 -- 0x7F) #18062

aturon opened this issue Oct 15, 2014 · 2 comments
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Milestone

Comments

@aturon
Copy link
Member

aturon commented Oct 15, 2014

Tracking issue for RFC 326.
Discussion

@aturon aturon added B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented. I-nominated labels Oct 15, 2014
@aturon
Copy link
Member Author

aturon commented Oct 15, 2014

Nominating for P-backcompat-lang 1.0.

@pnkfelix
Copy link
Member

P-backcompat-lang, 1.0

@pnkfelix pnkfelix added this to the 1.0 milestone Oct 16, 2014
bors added a commit that referenced this issue Nov 5, 2014
Use `\u0080`-`\u00ff` instead. ASCII/byte literals are unaffected.

This PR introduces a new function, `escape_default`, into the ASCII
module. This was necessary for the pretty printer to continue to
function.

RFC #326.

Closes #18062.

[breaking-change]

r? @aturon
lnicola pushed a commit to lnicola/rust that referenced this issue Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Projects
None yet
2 participants