Skip to content

Commit 27215e7

Browse files
committed
Update prior art section
1 parent 504fa8c commit 27215e7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

text/3698-declarative-derive-macros.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,11 @@ demonstrating a demand for this. This feature would allow defining such derives
189189
without requiring proc macros at all, and would support the same invocation
190190
syntax as a proc macro.
191191

192-
Some crates in the ecosystem already implement the equivalent of derives using
193-
declarative macros; for instance, see
194-
[merde](https://github.com/bearcove/merde).
192+
The derive feature of the crate has [various uses in the
193+
ecosystem](https://github.com/search?q=macro_rules_attribute%3A%3Aderive&type=code).
194+
That crate likewise offers a `derive_alias` mechanism, which could similarly be
195+
implemented using exclusively declarative macros given the feature proposed in
196+
this RFC.
195197

196198
# Unresolved questions
197199
[unresolved-questions]: #unresolved-questions

0 commit comments

Comments
 (0)