Function tvix_eval::errors::expected_syntax
source ยท fn expected_syntax(one_of: &[SyntaxKind]) -> String
Expand description
Construct the string representation for a list of expected parser tokens.
fn expected_syntax(one_of: &[SyntaxKind]) -> String
Construct the string representation for a list of expected parser tokens.