-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.F-non_ascii_idents`#![feature(non_ascii_idents)]``#![feature(non_ascii_idents)]`
Description
RFC 2457 disallows non-ascii idents in extern blocks and no_mangle
.
We added an error for extern blocks in #83923 (no_mangle
already errors).
We should figure out if we can allow these -- we'd need to make sure the name mangling schemes consistently handle non-ASCII. I believe at the moment MSVC gets grumpy about this.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.F-non_ascii_idents`#![feature(non_ascii_idents)]``#![feature(non_ascii_idents)]`