File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,11 @@ demonstrating a demand for this. This feature would allow defining such derives
189
189
without requiring proc macros at all, and would support the same invocation
190
190
syntax as a proc macro.
191
191
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.
195
197
196
198
# Unresolved questions
197
199
[ unresolved-questions ] : #unresolved-questions
You can’t perform that action at this time.
0 commit comments