We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5f306 commit f942c3cCopy full SHA for f942c3c
compiler/rustc_lexer/src/cursor.rs
@@ -33,7 +33,7 @@ impl<'a> Cursor<'a> {
33
34
#[cfg(not(debug_assertions))]
35
{
36
- '\0'
+ EOF_CHAR
37
}
38
39
0 commit comments