-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
When the parser encounters a type that is unknown, it fails with the following error:
expected: {"<typedef_name>"}
It would be extremely helpful if the parser would at the following point in the parser code:
__state.mark_failure(__pos, "<typedef_name>");
make an effort to print the actual type that it can not parse.
Metadata
Metadata
Assignees
Labels
No labels