no-invisible-character Disallow invisible and misleading characters in source text Invisible characters can conceal differences between identifiers or reorder displayed source. Instead, you MUST remove them from syntax and comments and escape invisible characters inside literals. - Category: security - Level: error - Fix: none - Scope: module Reported const user‌Name = 1; Accepted const userName = 1; Prior art - Clippy · invisiblecharacters - ESLint · no-irregular-whitespace - rustc · textdirectioncodepointincomment - rustc · textdirectioncodepointinliteral language/linter/src/rules/security/noinvisiblecharacter.rs:7