Open dtolnay opened 8 years ago
@erickt https://github.com/serde-rs/syntex/pull/78#issuecomment-227824078
Drat, one downside to this is that this'll leak the syntex::Error type through the syntex::expand method. Think downstream projects should box up these error types so syntex doesn't leak?
syntex::Error
syntex::expand
We could version the error independently in its own crate. It should almost never change.
@erickt https://github.com/serde-rs/syntex/pull/78#issuecomment-227824078