


+#define REPLACE_NAME vendored-sources +#define VENDORED_DIRECTORY third_party/rust +# We explicitly exclude the following section when preprocessing because +# it would overlap with the preprocessed and +# cargo would fail. independent tasks building rust code), or be preprocessed by +# the build system to produce a. This file can thus by copied +# as-is to $topsrcdir/.cargo/config with no preprocessing to be used there +# (for e.g. + +branch = "aarch64" +git = "" +replace-with = "vendored-sources" + + +branch = "master" +git = "" +replace-with = "vendored-sources" + + +branch = "stable" +git = "" +replace-with = "vendored-sources" -#include config -#filter substitution + +git = "" +replace-with = "vendored-sources" +rev = "9c6f8feb0f28f50434c0cf67f3f7c07486a42b7e" + + +replace-with = "vendored-sources" +# Take advantage of the fact that cargo will treat lines starting with # +# as comments to add preprocessing directives. + + +branch = "rust_1_32" +git = "" +replace-with = "vendored-sources" -# Note: this file is only really needed when objdir is not a subdirectory of -# the top source directory. +# It was generated by `mach vendor rust`. +# This file contains vendoring instructions for cargo. a/.cargo/config.in +++ b/.cargo/config.in -1,10 +1,52 -# Please do not edit this file. #define REPLACE_NAME vendored-sources -#define VENDORED_DIRECTORY third_party/rust -#ifndef top_srcdir -directory = "third_party/rust" -#endif branch = "rust_1_32" -git = "" -replace-with = "vendored-sources" -branch = "aarch64" -git = "" -replace-with = "vendored-sources" -branch = "master" -git = "" -replace-with = "vendored-sources" -branch = "stable" -git = "" -replace-with = "vendored-sources" -git = "" -replace-with = "vendored-sources" -rev = "9c6f8feb0f28f50434c0cf67f3f7c07486a42b7e" -replace-with = "vendored-sources" -# Take advantage of the fact that cargo will treat lines starting with # -# as comments to add preprocessing directives for when this file is included -# from. # It was generated by `mach vendor rust`. Deleted file mode 100644 - a/.cargo/config +++ /dev/null -1,41 +0,0 -# This file contains vendoring instructions for cargo.
