-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This diff fixes broken CI for [starlark-rust-oss](https://www.internalfb.com/sandcastle/workflow/2436447398409056479) We run OSS build on the latest Rust toolchain. In the latest nightly (1.76) [Simd<>::LANES](https://doc.rust-lang.org/std/simd/struct.Simd.html#associatedconstant.LANES) was renamed to [Simd<>::LEN](https://doc.rust-lang.org/nightly/std/simd/struct.Simd.html#associatedconstant.LEN). In non-oss builds we use 1.74 version of toolchain, so this diff conditionally fixes name of the const. Reviewed By: stepancheg Differential Revision: D51808711 fbshipit-source-id: 8e78127f3cf2267c1b80aa0f86f80887076b2554
- Loading branch information
1 parent
7d4e885
commit c201c5e
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters