Parser: Suggest Placing the Return Type After Function Parameters
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user