Skip to content

Make the nightly toolchain version available? #394

Closed
@alecmocatta

Description

@alecmocatta

A couple of times I've been bitten by crates that compile on the nightly I have locally but not on the older/younger nightly used by docs.rs.

It would be cool if the docs.rs nightly version, i.e. currently nightly-2019-07-21, was available somewhere so I could catch these sorts of failures in my CI tests rather than get broken docs.rs builds.

This is how I envisage using it in my CI test prior to publishing:

TOOLCHAIN=$(curl -s -f https://docs.rs/toolchain)
rustup toolchain install $TOOLCHAIN
cargo +$TOOLCHAIN doc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions