pub fn tokenize_expanding_holes_in(
source: &str,
file: FileId,
) -> Result<Vec<Token>, CompileError>Expand description
Like tokenize_expanding_holes, but stamping every token’s span
(including rebased hole tokens) with file.
pub fn tokenize_expanding_holes_in(
source: &str,
file: FileId,
) -> Result<Vec<Token>, CompileError>Like tokenize_expanding_holes, but stamping every token’s span
(including rebased hole tokens) with file.