Type macros allow types to be followed by ;
#30007
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
This compiles:
I expected this to be rejected, simply because
Vec<String;>
doesn't parse as a type.The text was updated successfully, but these errors were encountered: