Add double-equals homoglyph
This commit is contained in:
parent
3520bba136
commit
1487aa9f9d
3 changed files with 17 additions and 1 deletions
|
@ -6,4 +6,7 @@ fn main() {
|
|||
//~^ ERROR unknown start of token: \u{a0}
|
||||
//~^^ NOTE character appears 3 more times
|
||||
//~^^^ HELP Unicode character ' ' (No-Break Space) looks like ' ' (Space), but it is not
|
||||
let _ = 1 ⩵ 2;
|
||||
//~^ ERROR unknown start of token
|
||||
//~^^ HELP Unicode character '⩵' (Two Consecutive Equals Signs) looks like '==' (Double Equals Sign), but it is not
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue