Closed
Description
src/libsyntax/parse/lexer/unicode_chars.rs
contains a list of confusable characters (see #25957). Its comments mention that it bases on a document. Of this document, a newer revision has been published (link). It contains many more confusables, e.g. ᐸ (canadian syllabics Pa). We should update unicode_chars.rs to include the newly listed confusables as well.
Bug report inspired by this reddit post.