mbe: Parse macro attribute rules

This handles various kinds of errors, but does not allow applying the
attributes yet.

This adds the feature gate `macro_attr`.
This commit is contained in:
Josh Triplett
2025-07-06 15:15:01 -07:00
parent 2054a0c56b
commit bad0d45b2d
11 changed files with 238 additions and 20 deletions

View File

@@ -1311,6 +1311,7 @@ symbols! {
lt,
m68k_target_feature,
macro_at_most_once_rep,
macro_attr,
macro_attributes_in_derive_output,
macro_concat,
macro_escape,