Skip to content

Commit 84ccc74

Browse files
committed
add syn reverse dependencies
good idea @killercup
1 parent c4916ba commit 84ccc74

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_posts/2017-02-02-Rust-1.15.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,14 @@ Programming Language"](https://doc.rust-lang.org/book/procedural-macros.html).
124124

125125
While we've said "Serde and Diesel" a number of times here, there's a lot of
126126
other cool things you can do with custom derive: see
127-
[`derive-new`](https://crates.io/crates/derive-new) for another example. Custom
128-
derive was also known as "macros 1.1", as it includes the infrastructure for
129-
supporting even more compile-time powers of Rust, nicknamed "macros 2.0."
130-
Expect to hear more about this space in future releases.
127+
[`derive-new`](https://crates.io/crates/derive-new) for another example. See
128+
[the `syn` crate's reverse dependencies for more.][syn-deps] (`syn` is
129+
important for writing custom derives, see the book chapter, linked above, for
130+
more.) Custom derive was also known as "macros 1.1", as it includes the
131+
infrastructure for supporting even more compile-time powers of Rust, nicknamed
132+
"macros 2.0." Expect to hear more about this space in future releases.
133+
134+
[syn-deps]: https://crates.io/crates/syn/reverse_dependencies
131135

132136
#### Other improvements
133137

0 commit comments

Comments
 (0)