Skip to content

Commit cd2c9f5

Browse files
committed
Future possibility: attribute macros that don't modify the original tokens
1 parent 31f4eb7 commit cd2c9f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/3697-declarative-attribute-macros.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,7 @@ both do all the parsing regardless of which got invoked first, likely by
224224
invoking a common helper. We should consider if we consider that mechanism
225225
sufficient, or if we should provide another mechanism for a set of related
226226
attribute macros to appear in any order.
227+
228+
If it turns out many users of attribute macros want to emit new tokens but
229+
leave the tokens they were applied to unmodified, we may want to have a
230+
convenient mechanism for that.

0 commit comments

Comments
 (0)