rust/compiler/rustc_parse
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
..
src Rollup merge of #107058 - clubby789:eqeq-homoglyph, r=wesleywiser 2023-01-20 07:16:10 +01:00
Cargo.toml Use `ThinVec` in `ast::Path`. 2022-11-17 13:56:38 +11:00