serde-deprecated / syntex

No longer maintained
112 stars 34 forks source link

Figure out what to do about errors from `expand` #80

Open dtolnay opened 8 years ago

dtolnay commented 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?

dtolnay commented 8 years ago

We could version the error independently in its own crate. It should almost never change.