From cc09499c1f5d4d793b43fd0ea269b8fcd38dd775 Mon Sep 17 00:00:00 2001 From: Jason White Date: Tue, 12 Apr 2022 19:07:52 -0700 Subject: [PATCH] Upgrade to platform010 Summary: Upgrades to platform010. 1. This will let us use the new `core::arch::asm` macro and get rid of `llvm_asm`. 2. All of fbcode should be upgrading to platform010. See [this post](https://fb.workplace.com/groups/fbcode.fyi/permalink/4768582506510846/) for more information. Reviewed By: johnhurt Differential Revision: D34939437 fbshipit-source-id: 2f8a6249c09c74d4e07dbca41994b17a708bf333 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b7c9100..a1857c7 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -# @fb-only: path = "../../third-party-buck/platform009/build/rust" +# @fb-only: path = "../../third-party-buck/platform010/build/rust" channel = "nightly" # @oss-only