blob: 2db72b8475dc5b8a6d3d9657f60bde7eb9de3639 [file]
// Provide extra help when a user has an invisible character in their code
fn main​() {
//~^ ERROR unknown start of token: \u{200b}
//~| HELP invisible characters like '\u{200b}' are not usually visible in text editors
}