Skip to content
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

Documentation link not working #39

Open
RCasatta opened this issue Jun 24, 2018 · 4 comments
Open

Documentation link not working #39

RCasatta opened this issue Jun 24, 2018 · 4 comments

Comments

@RCasatta
Copy link

From crates.io the documentation link https://docs.adamniederer.com/faster/index.html is not working

@christian-blades-cb
Copy link

@AdamNiederer The cert error at https://docs.adamniederer.com is a problem, but I can't even build the docs locally as a workaround.

➜  faster git:(master) cargo doc
 Documenting faster v0.4.3 (file:///home/cblades/dev/rust/faster)
error[E0463]: can't find crate for `task`

error: Could not document `faster`.

Caused by:
  process didn't exit successfully: `rustdoc -Zunstable-options --edition=2018 --crate-name faster src/lib.rs -o /home/cblades/dev/rust/faster/target/doc --cfg feature="default" --cfg feature="std" -L dependency=/home/cblades/dev/rust/faster/target/debug/deps --extern vektor=/home/cblades/dev/rust/faster/target/debug/deps/libvektor-7962f938e5a86a7a.rmeta` (exit code: 101)

I'd fix the above myself, but I can't tell what's going on with that error.

@AdamNiederer
Copy link
Owner

AdamNiederer commented Jul 13, 2018

I don't think that's an issue with faster. We don't have a crate called task in the dependency chain, and I'm having no problems running cargo doc. Have you tried clearing cargo's caches?

Re the original problem: Sorry, I moved servers recently and haven't had time to set everything back up. I'll get some docs for 0.5.0 on that link (if docs.rs still can't build faster's docs) once I get it out the door.

@christian-blades-cb
Copy link

Thanks for the tip. I felt like there was an issue with the repo because my two work machines and one machine at home all had the same issue.

If anyone has this same issue, clearing cargo cache did nothing, but rustup update worked fine.

@fzyzcjy
Copy link

fzyzcjy commented Oct 12, 2021

after 3 years... seems still broken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants