Tracking Issue for RFC 3593: Reserve unprefixed guarded string literals in Edition 2024 · Issue #123735 · rust-lang/rust (original) (raw)
This is a tracking issue for the RFC 3593: Reserve unprefixed guarded string literals in Edition 2024.
The feature gate for the issue is #![feature(unprefixed_guarded_strings)]
.
About tracking issues
Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
- Accept the RFC.
- Implement in nightly Rust 2024.
- Implement migration lints.
- N/A: Add documentation to the dev guide.
- See the instructions.
- Add documentation to the reference.
- Add documentation to the edition guide.
- Add formatting for new syntax to the style guide.
- See the nightly style procedure.
- N/A.
- Ensure ready for Rust 2024 stabilization.
Unresolved Questions
None.
Implementation history
cc @pitaj