-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable using non-ascii identifiers in extern blocks. #83936
Disable using non-ascii identifiers in extern blocks. #83936
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, but should we file a followup for enabling this and link to it in the error?
075540d
to
e5babe4
Compare
This comment has been minimized.
This comment has been minimized.
e5babe4
to
39974f1
Compare
@bors r=manishearth rollup |
📌 Commit 39974f1d525801b9a98eead14a61b6774b348b23 has been approved by |
@bors r- @Dylan-DPC I was r+ with a caveat |
r? @Manishearth |
39974f1
to
4752a54
Compare
Updated and added the link. @Manishearth |
@bors r+ rollup thanks! |
📌 Commit 4752a54 has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#83476 (Add strong_count mutation methods to Rc) - rust-lang#83634 (Do not emit the advanced diagnostics on macros) - rust-lang#83816 (Trigger `unused_doc_comments` on macros at once) - rust-lang#83916 (Use AnonConst for asm! constants) - rust-lang#83935 (forbid `impl Trait` in generic param defaults) - rust-lang#83936 (Disable using non-ascii identifiers in extern blocks.) - rust-lang#83945 (Add suggestion to reborrow mutable references when they're moved in a for loop) - rust-lang#83954 (Do not ICE when closure is involved in Trait Alias Impl Trait) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #83923.