Skip to content

No documentation for v0.3.2 #36

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
gbip opened this issue Jun 29, 2018 · 3 comments
Closed

No documentation for v0.3.2 #36

gbip opened this issue Jun 29, 2018 · 3 comments

Comments

@gbip
Copy link

gbip commented Jun 29, 2018

Currently docs.rs show

The requested resource does not exist

About cortex-m-quickstart.

@adamgreig
Copy link
Member

The problem is here and is an error building panic-semihosting on docs.rs (which itself doesn't have docs, same problem).

It should clear up once panic_implementation becomes stable (rust-lang/rust#44489) (and panic-semihosting is updated accordingly), but until then we might be able to hack something to stop docs.rs trying to build it...

@japaric
Copy link
Member

japaric commented Aug 7, 2018

The problem is not that the feature is unstable but that the compiler docs.rs is using is too old:

$ rustc --version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)

They are using a custom built compiler it seems, but it can definitively use unstable features. I don't know how often they update their compiler, but we could request a compiler update in the docs.rs issue tracker. Relevant issues: onur/docs.rs#219, onur/docs.rs#226.

@korken89
Copy link
Contributor

This is almost 1 year old, closing issue, reopen if needed

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