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