After #51952 landed, I attempted to make Diesel compatible with recent nightlies by following the advice of wrapping the output in a function rather than a module. However, we are now unable to build our documentation. The compiler complains that every derived trait within Diesel is not implemented. This only occurs when running cargo doc, the crate otherwise compiles fine. I have tested with 1.26.1, stable, and the most recent nightly.
After #51952 landed, I attempted to make Diesel compatible with recent nightlies by following the advice of wrapping the output in a function rather than a module. However, we are now unable to build our documentation. The compiler complains that every derived trait within Diesel is not implemented. This only occurs when running
cargo doc, the crate otherwise compiles fine. I have tested with 1.26.1, stable, and the most recent nightly.