Stabilize hex_literal_case#6935
Conversation
There was a problem hiding this comment.
Thanks for trying to get this option stabilized. I think hex_literal_case is a good candidate for stabilization. I don't see any bugs in the backlog, and I assume that it's being used by projects out in the wild, but we should try to confirm if there's a good amount of real world usage.
Also, For consistency with other config options, Let's move all of these tests to tests/{source|target}/configs/hex_literal_case
@rustbot author
|
Reminder, once the PR becomes ready for a review, use |
1df9e86 to
7bbfcf2
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Thanks for reviewing the changes. I have added more test cases as suggested and also moved the test cases under config folder. Regarding the real world use case, Rust for Linux project expecting to stablize hex_literal_case formatter. Here is the associated ticket containing the list. Rust-for-Linux/linux#398 |
|
@rustbot ready |
Stabilizing
hex_literal_caseThis PR try to address the issue #5081