faster icon indicating copy to clipboard operation
faster copied to clipboard

Documentation link not working

Open RCasatta opened this issue 6 years ago • 4 comments

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

RCasatta avatar Jun 24 '18 17:06 RCasatta

@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.

christian-blades-cb avatar Jul 13 '18 12:07 christian-blades-cb

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.

AdamNiederer avatar Jul 13 '18 14:07 AdamNiederer

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.

christian-blades-cb avatar Jul 14 '18 21:07 christian-blades-cb

after 3 years... seems still broken

fzyzcjy avatar Oct 12 '21 01:10 fzyzcjy