Skip to content

Latest docs.rs documentation isn't working #110

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

Closed
GabrielMajeri opened this issue Aug 31, 2018 · 2 comments
Closed

Latest docs.rs documentation isn't working #110

GabrielMajeri opened this issue Aug 31, 2018 · 2 comments
Labels
Documentation Documentation issues

Comments

@GabrielMajeri
Copy link
Contributor

The link https://docs.rs/packed_simd/ leads to a 404 error.

docs.rs fails to build the crate, because it uses repr(transparent), which has been stabilised in 1.29,
but their build system is still using Rust 1.28

Similar docs.rs issue: https://github.com/onur/docs.rs/issues/219

It's unfortunate but the main docs.rs developer hasn't been active in a while so it's unknown how long it will take for them to update their compiler.

@gnzlbg
Copy link
Contributor

gnzlbg commented Aug 31, 2018

Yeah, sadly there is nothing much that we can do about this until the docs.rs issue is resolved.

In the mean time, the documentation generated from the master branch is available here and updated on every commit: https://rust-lang-nursery.github.io/packed_simd/packed_simd/

@gnzlbg gnzlbg added the Documentation Documentation issues label Aug 31, 2018
@tafia
Copy link

tafia commented Feb 18, 2019

docs.rs looks to be working as expected now.
I believe this should be closed, and the comment on the readme removed?

gnzlbg added a commit to gnzlbg/packed_simd that referenced this issue Feb 18, 2019
@gnzlbg gnzlbg closed this as completed in 44aed08 Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation issues
Projects
None yet
Development

No branches or pull requests

3 participants