Commit 409744b
committed
Auto merge of rust-lang#49471 - matklad:cargo-rustdoc, r=alexcrichton
Update Cargo
This includes rust-lang/cargo#5255 which fixed regression in `cargo rustdoc` command.
If beta branches before this is merged, we'll need to backport as well2 files changed
+15
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- Cargo.toml+1-1
- src/bin/commands/rustdoc.rs+1
- src/cargo/lib.rs+1-1
- src/cargo/ops/cargo_clean.rs+15-16
- src/cargo/ops/cargo_compile.rs+13-3
- src/cargo/ops/cargo_generate_lockfile.rs+1-1
- src/cargo/ops/cargo_install.rs+5-3
- src/cargo/ops/cargo_rustc/context/mod.rs+42-32
- src/cargo/ops/cargo_rustc/mod.rs+9-3
- src/cargo/sources/registry/index.rs+11-4
- tests/testsuite/build.rs+2-2
- tests/testsuite/custom_target.rs+170
- tests/testsuite/init.rs+3-3
- tests/testsuite/main.rs+2-1
- tests/testsuite/new.rs+2-2
- tests/testsuite/rustdoc.rs+26
- tests/testsuite/update.rs+55
0 commit comments