We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a97dc5f + f942c3c commit 695f18eCopy full SHA for 695f18e
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