New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail generation of diesel_infer_schema documentation #1695

Closed
aplanas opened this Issue May 15, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@aplanas

aplanas commented May 15, 2018

Checking the diesel "getting started" documentation there is a link to the infer_schema! macro. This link is broken, maybe because the documentation for this macro cannot be generated in https://docs.rs

https://docs.rs/crate/diesel_infer_schema/1.2.0/builds/94816

@sgrif

This comment has been minimized.

Member

sgrif commented May 23, 2018

I've addressed this in 1.3.0. However, the compiler is hitting an ICE, so there's either a bug in Rust itself or the fork that docs.rs is using. https://docs.rs/crate/diesel_infer_schema/1.3.0/builds/100665 Please open a bug for one of those projects.

@sgrif sgrif closed this May 23, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment