Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.

Rustdoc only works on crates using the nightly compiler #95

Open
@mgattozzi

Description

@mgattozzi

I tried running this on my stable crate github-rs and it failed becausse it couldn't generate the analysis.
The reason is because we use the -Z option to pass in to cargo. This option now only works on nightly.
However, with rustup that directory is set to stable rust so the version of cargo called there is the stable version which doesn't work with -Z causing the failure.

EDIT:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions