We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that building compiler docs is broken, in a fresh clone with:
% diff config.toml src/bootstrap/config.toml.example 106c106 < compiler-docs = true --- > #compiler-docs = false
./x.py doc -j8 fails with:
./x.py doc -j8
error: requires `freeze` lang_item error: Could not document `libc`. Build failed, waiting for other jobs to finish... error: build failed command did not execute successfully: "/home/martin/programs/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "doc" "-j" "8" "--target" "x86_64-unknown-linux-gnu" "--release" "--manifest-path" "/home/martin/programs/rust/src/libstd/Cargo.toml" "--features" "panic-unwind jemalloc backtrace" expected success, got: exit code: 101 failed to run: /home/martin/programs/rust/build/bootstrap/debug/bootstrap doc -j8 Build completed unsuccessfully in 0:45:19
The text was updated successfully, but these errors were encountered:
rust-lang/libc@c0cf280 seems very relevant. I guess the libc submodule needs to be updated.
Sorry, something went wrong.
Update libc to 0.2.24
174a7fc
Fixes rust-lang#42427.
Rollup merge of rust-lang#42772 - MaloJaffre:libc, r=alexcrichton
58425ef
Update libc to 0.2.24 Fixes rust-lang#42427.
No branches or pull requests
It seems that building compiler docs is broken, in a fresh clone with:
./x.py doc -j8
fails with:The text was updated successfully, but these errors were encountered: