forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Brings in a fix for rust-lang#40955 through rust-lang/cargo#3898. Closes rust-lang#40955
- Loading branch information
1 parent
a610117
commit d94f2c9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
7 files
+35 −5 | src/cargo/ops/cargo_rustc/context.rs | |
+11 −1 | src/cargo/util/config.rs | |
+1 −1 | src/cargo/util/mod.rs | |
+57 −15 | src/cargo/util/toml.rs | |
+9 −1 | src/doc/config.md | |
+25 −0 | tests/build.rs | |
+73 −0 | tests/rustflags.rs |