The latest version of syn no longer exports the Span type in the way protocol-derive expected. This means that new users will get a compile error saying "could not find `export` in `syn`". By depending on proc_macro2 for the definition of Span, this is easily resolved.
Languages
Rust
100%