-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pulls in a fix for #41797 to the master branch, I'll send a separate PR for the beta branch.
- Loading branch information
1 parent
4d09a0e
commit c9f616c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
16 files
+7 −2 | src/bin/test.rs | |
+12 −2 | src/cargo/ops/cargo_compile.rs | |
+20 −2 | src/cargo/ops/cargo_rustc/compilation.rs | |
+17 −0 | src/cargo/ops/cargo_rustc/custom_build.rs | |
+26 −0 | src/cargo/ops/cargo_rustc/mod.rs | |
+21 −12 | src/cargo/sources/registry/remote.rs | |
+26 −10 | src/cargo/util/config.rs | |
+1 −0 | src/cargo/util/machine_message.rs | |
+16 −2 | src/cargo/util/toml.rs | |
+7 −0 | src/doc/build-script.md | |
+10 −5 | src/doc/config.md | |
+6 −2 | src/doc/manifest.md | |
+2 −2 | tests/bad-config.rs | |
+110 −2 | tests/build-script.rs | |
+62 −0 | tests/build.rs | |
+45 −0 | tests/tool-paths.rs |