pub(crate) fn line_comment_starts(source: &str) -> Vec<Option<usize>>
Return the byte column where each source line’s real // comment starts.
//