Skip to content

Commit 7594f62

Browse files
committed
Document an additional unresolved question for evaluation during implementation
1 parent be3c823 commit 7594f62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

text/3697-declarative-attribute-macros.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ attribute in its output? If there is no technical issue with allowing this, then
200200
we should do so, to allow simple recursion (e.g. handling defaults by invoking
201201
the same rule as if they were explicitly specified).
202202

203+
Are there any places where we currently allow an attribute, but where
204+
implementation considerations make it difficult to allow a `macro_rules`
205+
attribute? (For instance, places where we currently allow attributes but don't
206+
allow proc-macro attributes.)
207+
203208
Before stabilizing this feature, we should make sure it doesn't produce wildly
204209
worse error messages in common cases.
205210

0 commit comments

Comments
 (0)