pub const SINGLE_LINE_COMMENT_PREFIX: &str = "//";
lexer
The pattern that begins any single line comments (including doc comments).