-
-
Notifications
You must be signed in to change notification settings - Fork 62
does not work with -Z build-std #398
Copy link
Copy link
Closed
Labels
A-Cargo-nightlyAn issue present in Cargo nightlyAn issue present in Cargo nightlyA-Cargo-problemA problem related to cargo itselfA problem related to cargo itselfF-CargoParityTasks related to make the behavior as close as cargo as possibleTasks related to make the behavior as close as cargo as possiblehacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
A-Cargo-nightlyAn issue present in Cargo nightlyAn issue present in Cargo nightlyA-Cargo-problemA problem related to cargo itselfA problem related to cargo itselfF-CargoParityTasks related to make the behavior as close as cargo as possibleTasks related to make the behavior as close as cargo as possiblehacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Trying to build a cargo-c project with the
build-stdunstable cargo option results in a perplexing error:Note that I'm able to compile non-cargo-c projects with
build-stdusing the same installation; I'm confident it's not directly cargo's fault.Is it maybe because cargo-c's version string claims it's built for cargo 1.82.0?