From b57c122addba7701a064c4242271794fc4a08124 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Mon, 17 Oct 2022 16:49:28 +0200 Subject: [PATCH] reqwest fixups ``` Stderr: error[E0583]: file not found for module `async_impl` --> third-party/rust/vendor/reqwest-0.11.12/src/lib.rs:306:5 | 306 | mod async_impl; | ^^^^^^^^^^^^^^^ | = help: to create the module `async_impl`, create file "buck-out/v2/gen/buck/c7e37843b7922818/third-party/rust/__reqwest__/__srcs/vendor/reqwest-0.11.12/src/async_impl.rs" or "buck-out/v2/gen/buck/c7e37843b7922818/third-party/rust/__reqwest__/__srcs/vendor/reqwest-0.11.12/src/async_impl/mod.rs" ``` --- shim/third-party/rust/fixups/reqwest/fixups.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 shim/third-party/rust/fixups/reqwest/fixups.toml diff --git a/shim/third-party/rust/fixups/reqwest/fixups.toml b/shim/third-party/rust/fixups/reqwest/fixups.toml new file mode 100644 index 000000000000..af7edb27e3bb --- /dev/null +++ b/shim/third-party/rust/fixups/reqwest/fixups.toml @@ -0,0 +1 @@ +extra_srcs = ["src/**/*.rs"]