Open
Description
There should never be unparsed annotations actually used in the compiler -- it is just a matter of adding one
PARSE_
type line to parseAnnotations.cpp (or in a backend file). This is related to the mess that is "structured" annotations -- all annotations are structured -- it is just that some people didn't want to enumerate all the annotations in parseAnnotations.cpp as that was too hard to maintain.
Originally posted by @ChrisDodd in #5018 (comment)