Nightly Cargo passes wrong rlib path for doctests #6954
Labels
C-bug
Category: bug
S-propose-close
Status: A team member has nominated this for closing, pending further input from the team
Z-build-plan
Nightly: --build-plan feature
Problem
On the current nightly, with
rustc 1.36.0-nightly (7d5aa4332 2019-05-16)
andcargo 1.36.0-nightly (c4fcfb725 2019-05-15)
, mybuild-plan
crate fails to compile doctests (of which there are none) duringcargo test
.It fails while trying to build the crate for doctests, with this error:
A failing CI build can be seen here: https://travis-ci.org/jonas-schievink/build-plan/builds/533879431?utm_medium=notification&utm_source=email
The cause of this must be something in the Cargo update PR rust-lang/rust#60874, since it still works fine on the nightly before that (
cargo 1.36.0-nightly (759b6161a 2019-05-06)
)Steps
git clone https://github.com/jonas-schievink/build-plan.git
cd build-plan
cargo test
Possible Solution(s)
Notes
Output of
cargo version
: cargo 1.36.0-nightly (c4fcfb7 2019-05-15)The text was updated successfully, but these errors were encountered: