Skip to content

Instantly share code, notes, and snippets.

@jyn514

jyn514/rustdoc Secret

Created September 4, 2020 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jyn514/0e4930b457532ec87a5e7c2cf80f491b to your computer and use it in GitHub Desktop.
Save jyn514/0e4930b457532ec87a5e7c2cf80f491b to your computer and use it in GitHub Desktop.
running: "/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustdoc" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "8" "-v" "-v" "--release" "--features" "panic-unwind backtrace compiler-builtins-c" "--manifest-path" "/home/joshua/rustc/library/test/Cargo.toml" "-p" "core" "--" "--markdown-css" "rust.css" "--markdown-no-toc" "-Z" "unstable-options" "--resource-suffix" "1.48.0" "--index-page" "/home/joshua/rustc/src/doc/index.md"
Documenting core v0.0.0 (/home/joshua/rustc/library/core)
Running `/home/joshua/rustc/build/bootstrap/debug/rustdoc --edition=2018 --crate-type lib --crate-name core library/core/src/lib.rs --target x86_64-unknown-linux-gnu -o /home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi --markdown-css rust.css --markdown-no-toc -Z unstable-options --resource-suffix 1.48.0 --index-page /home/joshua/rustc/src/doc/index.md -L dependency=/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1-std/release/deps -Winvalid_codeblock_attributes --crate-version 1.48.0-dev`
rustdoc command: "LD_LIBRARY_PATH"="/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1/lib:/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1-std/release/deps:/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage0/lib" "/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1/bin/rustdoc" "--edition=2018" "--crate-type" "lib" "--crate-name" "core" "library/core/src/lib.rs" "--target" "x86_64-unknown-linux-gnu" "-o" "/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/doc" "--error-format=json" "--json=diagnostic-rendered-ansi" "--markdown-css" "rust.css" "--markdown-no-toc" "-Z" "unstable-options" "--resource-suffix" "1.48.0" "--index-page" "/home/joshua/rustc/src/doc/index.md" "-L" "dependency=/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "-Winvalid_codeblock_attributes" "--crate-version" "1.48.0-dev" "--cfg" "stage1" "--cfg" "dox" "--sysroot" "/home/joshua/rustc/build/x86_64-unknown-linux-gnu/stage1" "-Z" "force-unstable-if-unmarked"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment