-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Implement uncommon_codepoints lint. #67810
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
3540478
to
549ac20
Compare
549ac20
to
a204e81
Compare
@bors r+ roll-up=maybe |
📌 Commit a204e81 has been approved by |
@bors rollup=maybe dammit autocorrect |
…r=Manishearth Implement uncommon_codepoints lint. Part of rust-lang#55467 . The checks of `$crate` and `{{root}}` are very unfortunate. But i'm not sure where they belongs to.
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r- ^--- |
a204e81
to
485e98a
Compare
One of the existing tests triggered this lint. I added |
@Manishearth @Centril I think @estebank will be away this week... Would you mind review this? |
@bors r+ |
📌 Commit 485e98a has been approved by |
…r=Manishearth Implement uncommon_codepoints lint. Part of rust-lang#55467 . The checks of `$crate` and `{{root}}` are very unfortunate. But i'm not sure where they belongs to.
…r=Manishearth Implement uncommon_codepoints lint. Part of rust-lang#55467 . The checks of `$crate` and `{{root}}` are very unfortunate. But i'm not sure where they belongs to.
Rollup of 8 pull requests Successful merges: - #66913 (Suggest calling method when first argument is `self`) - #67531 (no longer promote non-pattern const functions) - #67773 (Add a test for #37333) - #67786 (Nix reexports from `rustc_span` in `syntax`) - #67789 (Cleanup linkchecker whitelist) - #67810 (Implement uncommon_codepoints lint.) - #67835 (tweak wording of mismatched delimiter errors) - #67845 (Also remove const-hack for abs) Failed merges: r? @ghost
Part of #55467 . The checks of
$crate
and{{root}}
are very unfortunate. But i'm not sure where they belongs to.