You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unicode identifiers were stabilized in rust-lang/rust#83799. There is a PR (rust-lang/reference#1022) on the reference to clarify the rules regarding unicode identifiers. There are also some lints to detect confusing cases like mixing different scripts.
Tokenizer
\uxxxx
Parser
crate_name
attributesNl;
(decimal digits),Nd;
(letter-like numeric), orNo;
(other numeric) )Backend
Others
#[no_mangle]
#[no_mangle]
should not be applied to non-ASCII items #2548TODOs
need more tests!
The text was updated successfully, but these errors were encountered: