Build with pipelining enabled fails with error: Unrecognized option: 'json-rendered'
#7195
Labels
C-bug
Category: bug
error: Unrecognized option: 'json-rendered'
#7195
Problem
A new nightly cargo project failed to compile while the env variable
CARGO_BUILD_PIPELINING
was set totrue
.Unsetting the variable fixed the build error.
Steps
structopt 0.2
as a dependencycargo build
Possible Solution(s)
The project only has a single dependency:
structopt = "0.2"
. Brief testing with other dependency crates failed to trigger the problem. Since the failure only happens with build pipelining enabled, might possibly be caused by the topology of this particular dependency graph?Notes
OS: Windows 10
The text was updated successfully, but these errors were encountered: