rust/compiler/rustc_parse/src
Matthias Krüger 3693399ffc
Rollup merge of #107058 - clubby789:eqeq-homoglyph, r=wesleywiser
Recognise double-equals homoglyph

Recognise `⩵` as a homoglyph for `==`.

The first commit switches `char` to `&str`, as all previous homoglyphs corresponded to a single ASCII character, while the second implements the fix.

`@rustbot` label +A-diagnostics +A-parser
2023-01-20 07:16:10 +01:00
..
lexer Add double-equals homoglyph 2023-01-19 02:25:55 +00:00
parser Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser 2023-01-20 07:16:08 +01:00
errors.rs Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body, r=estebank 2023-01-12 02:16:16 +00:00
lib.rs
validate_attr.rs Avoid unnecessary MetaItem/Attribute conversions. 2022-11-29 12:08:57 +11:00