If you use ParseCallbacks::add_derives() and add a trait that's already being derived automatically, it will cause the trait to be listed twice, which leads to a compile error.
I have a fix, just need to add some tests and then submit a PR. Will do it after RustConf, either on Friday or early next week.