Closed dtolnay closed 6 months ago
'\x80' is not allowed (proc-macro2 already enforces this).
'\x80'
error: out of range hex escape --> src/main.rs:2:14 | 2 | let _ = '\x80'; | ^^^^ must be a character in the range [\x00-\x7f]
'\x80'
is not allowed (proc-macro2 already enforces this).