All symbols to start a custom syntax.
This commit is contained in:
@@ -3792,7 +3792,7 @@ impl Engine {
|
||||
(.., pos) => {
|
||||
return Err(PERR::MissingToken(
|
||||
Token::Pipe.into(),
|
||||
"to close the parameters list of anonymous function".into(),
|
||||
"to close the parameters list of anonymous function or closure".into(),
|
||||
)
|
||||
.into_err(pos))
|
||||
}
|
||||
|
Reference in New Issue
Block a user