David Tolnay | 18c754c | 2018-08-21 23:26:58 -0400 | [diff] [blame] | 1 | #![doc(html_root_url = "https://docs.rs/syn-error-experiment/0.0.0")] |
2 | |||||
3 | extern crate proc_macro2; | ||||
4 | extern crate syn; | ||||
5 | |||||
6 | #[cfg(feature = "proc-macro")] | ||||
7 | extern crate proc_macro; | ||||
8 | |||||
David Tolnay | 544a90f | 2018-08-24 20:34:03 -0400 | [diff] [blame^] | 9 | pub mod next; |