commit | b4ee14e05af6dd7edac0df60bf8f48196d058c4b | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Jan 11 15:23:25 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Jan 11 15:23:25 2018 -0800 |
tree | 8f963fd44740ad1fc45654680587d79f5136fe6f | |
parent | e83ef5a8662ec4fe25adda45ce7389c79956db74 [diff] [blame] |
Note about parse_quote
diff --git a/src/synom.rs b/src/synom.rs index 5db92d3..bd1f68a 100644 --- a/src/synom.rs +++ b/src/synom.rs
@@ -49,6 +49,10 @@ //! # } //! ``` //! +//! The [`parse_quote!`] macro also uses this approach. +//! +//! [`parse_quote!`]: ../macro.parse_quote.html +//! //! ## The `Parser` trait //! //! Some types can be parsed in several ways depending on context. For example