./x.py doc --stage 0
fails: "crate core
compiled by an incompatible version of rustc"
#43514
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
From a clone i'd just run
./x.py clean
on, simply running./x.py doc --stage 0
builds all of rustc and all the tools, then when it tries to documentstd_unicode
(the first thing aftercore
) it fails with the following:My HEAD is commit 5cc1baa.
cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: