> Given the extreme lack of use of Unicode identifiers and the fact that > we have much more pressing issues for 1.0, I propose putting support for > identifiers that don't match /^(?:[A-Za-z][A-Za-z0-9]*|_[A-Za-z0-9]+)$/ > behind a feature gate.
+1. While I very much want Unicode identifiers implemented (for example, if you are writing a code implementing requirements from Korean legal code, it is tedious and annoying to transliterate, translate, or invent neologisms), I agree this probably should not block 1.0. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
