Account for titlecase in casing lints#155469
Conversation
|
rustbot has assigned @petrochenkov. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
What does titlecase mean in context of our lints? |
|
The short answer is that As for what this means in practice, the |
This comment has been minimized.
This comment has been minimized.
Thanks, that's what I wanted to see. |
ebf10e7 to
0dca307
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. |
|
@bors r+ |
Rollup of 7 pull requests Successful merges: - #155469 (Account for titlecase in casing lints) - #155644 (delegation: support self ty propagation for functions in free to trait reuse) - #154957 (Fix ICE when const closure appears inside a non-const trait method) - #155442 (Change keyword order for `impl` restrictions) - #155561 (Use singular wording for single _ placeholders in type suggestions) - #155637 (Fix E0191 suggestion for empty dyn trait args) - #155661 (Remove `AttributeLintKind` variants - part 6)
Rollup merge of #155469 - Jules-Bertholet:titlecase-idents, r=petrochenkov Account for titlecase in casing lints Puts #153892 to work. Also contains fixes for Greek final sigma casing. There are probably still some edge cases left to fix. Ideally we would use https://www.unicode.org/reports/tr55/#Identifier-Chunks as a base. @rustbot label A-Unicode A-diagnostics A-lints A-suggestion-diagnostics
Puts #153892 to work.
Also contains fixes for Greek final sigma casing.
There are probably still some edge cases left to fix. Ideally we would use https://www.unicode.org/reports/tr55/#Identifier-Chunks as a base.
@rustbot label A-Unicode A-diagnostics A-lints A-suggestion-diagnostics