Skip to content

Tracking Issue for Rust 2024: rustfmt raw identifier sorting #124764

Closed
@calebcartwright

Description

@calebcartwright
Member

This is a tracking issue for correcting the sort order of imports that include raw identifiers in rustfmt. This is needed to support the Style Edition 2024 which is expected to be released with Rust 2024.

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

  • Implement in nightly Rust 2024.
  • Add documentation to the edition guide.
  • Ensure ready for Rust 2024 stabilization.

Unresolved Questions

None.

Implementation history

cc @rust-lang/rustfmt @rust-lang/style

Intended to cover rust-lang/rustfmt#5577 (comment)

Activity

added
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
I-style-nominatedNominated for discussion during a style team meeting.
T-styleRelevant to the style team, which will review and decide on the PR/issue.
on May 5, 2024
calebcartwright

calebcartwright commented on Nov 3, 2024

@calebcartwright
MemberAuthor

Dropping the needs-doc label given that rust-lang/edition-guide#321 was merged

traviscross

traviscross commented on Nov 19, 2024

@traviscross
Contributor

@rustbot labels +S-tracking-ready-for-edition -I-style-nominated

We reviewed this on the edition call. This is now ready for Rust 2024.

Thanks to @calebcartwright and the rest of the rustfmt team and style team for pushing this forward.

1 remaining item

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

A-edition-2024Area: The 2024 editionA-rustfmtArea: RustfmtC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-ready-for-editionStatus: This issue is ready for inclusion in the edition.T-styleRelevant to the style team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @traviscross@calebcartwright@rustbot

      Issue actions

        Tracking Issue for Rust 2024: rustfmt raw identifier sorting · Issue #124764 · rust-lang/rust