1
Fork 0

Parser: Suggest Placing the Return Type After Function Parameters

This commit is contained in:
Veera 2024-07-04 19:19:15 -04:00
parent 5834772177
commit 4cad705017
6 changed files with 123 additions and 39 deletions

View file

@ -506,6 +506,7 @@ impl<'a> Parser<'a> {
FatalError.raise();
} else {
self.expected_one_of_not_found(edible, inedible)
.map(|error_guaranteed| Recovered::Yes(error_guaranteed))
}
}