-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-FFIArea: Foreign function interface (FFI)Area: Foreign function interface (FFI)C-bugCategory: This is a bug.Category: This is a bug.F-non_ascii_idents`#![feature(non_ascii_idents)]``#![feature(non_ascii_idents)]`T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
It was mentioned in rust-lang/reference#999 that in the original RFC text, there's text that said the
non-ASCII identifiers should be disallowed within extern blocks.
This is a niche use-case and i believe this doesn't need to block stablization. Creating this issue here to track it.
Metadata
Metadata
Assignees
Labels
A-FFIArea: Foreign function interface (FFI)Area: Foreign function interface (FFI)C-bugCategory: This is a bug.Category: This is a bug.F-non_ascii_idents`#![feature(non_ascii_idents)]``#![feature(non_ascii_idents)]`T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.