From bec52bdd29cf635c6545ad040305d2bcbf362533 Mon Sep 17 00:00:00 2001 From: Dimitris Iliopoulos Date: Mon, 31 Jul 2023 19:46:59 -0700 Subject: [PATCH] migrate affected rust-toolchain.toml files to rust/llvm-fb-15 Summary: * Looking at `fbcode/PLATFORM.bzl` and per-directory `PACKAGE` files, from the `rust-toolchain.toml` files touched in D47672894, migrate ones that can be migrated to `rust/llvm-fb-15` * Fix 1 `platform009` strangler (lol) and remove 1 that does not have a `Cargo.toml` file since D46411801 Reviewed By: zertosh Differential Revision: D47930524 fbshipit-source-id: 52f0a8ba5c42dc2d8541ad57a2c043bdcbf19a30 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9ab0b5d..acb9297 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -# @fb-only: path = "../../third-party-buck/platform010/build/rust/llvm-fb-12" +# @fb-only: path = "../../third-party-buck/platform010/build/rust/llvm-fb-15" channel = "nightly" # @oss-only