]> git.lizzy.rs Git - rust.git/commit
Allow lexer to recover from some homoglyphs
authorEsteban Küber <esteban@kuber.com.ar>
Wed, 24 Jul 2019 23:10:42 +0000 (16:10 -0700)
committerEsteban Küber <esteban@kuber.com.ar>
Wed, 24 Jul 2019 23:10:42 +0000 (16:10 -0700)
commit70c817aee3aa204122b64cdfc2db05fa182da1c5
tree60a0178103feb7ad6c09aa86eb115dfb8eeabc2e
parent27a6a304e2baaabca88059753f020377f2476978
Allow lexer to recover from some homoglyphs
src/libsyntax/parse/lexer/mod.rs
src/libsyntax/parse/lexer/unicode_chars.rs
src/test/ui/did_you_mean/issue-49746-unicode-confusable-in-float-literal-expt.rs
src/test/ui/did_you_mean/issue-49746-unicode-confusable-in-float-literal-expt.stderr
src/test/ui/parser/recover-from-homoglyph.rs [new file with mode: 0644]
src/test/ui/parser/recover-from-homoglyph.stderr [new file with mode: 0644]