From cc2e0d6465c7a805a18be2f1c9e5a411304a89bc Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 22 Feb 2025 13:49:49 -0500 Subject: Revert "rust 1.85 ebuild no longer has the option for pretending nightly..." This reverts commit e1009929f0d692ee0bc5488c3f9041d451201a01. --- .../chromium/files/chromium-135-rust-stable.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 www-client/chromium/files/chromium-135-rust-stable.patch (limited to 'www-client/chromium/files/chromium-135-rust-stable.patch') diff --git a/www-client/chromium/files/chromium-135-rust-stable.patch b/www-client/chromium/files/chromium-135-rust-stable.patch deleted file mode 100644 index 1b9bfb6..0000000 --- a/www-client/chromium/files/chromium-135-rust-stable.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/third_party/rust/chromium_crates_io/vendor/bytemuck-1.21.0/src/lib.rs b/third_party/rust/chromium_crates_io/vendor/bytemuck-1.21.0/src/lib.rs -index 3ae485ae66..c8770c9a5b 100644 ---- a/third_party/rust/chromium_crates_io/vendor/bytemuck-1.21.0/src/lib.rs -+++ b/third_party/rust/chromium_crates_io/vendor/bytemuck-1.21.0/src/lib.rs -@@ -5,16 +5,16 @@ - #![allow(clippy::uninlined_format_args)] - #![allow(clippy::result_unit_err)] - #![allow(clippy::type_complexity)] --#![cfg_attr(feature = "nightly_docs", feature(doc_cfg))] --#![cfg_attr(feature = "nightly_portable_simd", feature(portable_simd))] --#![cfg_attr(feature = "nightly_float", feature(f16, f128))] --#![cfg_attr( -- all( -- feature = "nightly_stdsimd", -- any(target_arch = "x86_64", target_arch = "x86") -- ), -- feature(stdarch_x86_avx512) --)] -+//#![cfg_attr(feature = "nightly_docs", feature(doc_cfg))] -+//#![cfg_attr(feature = "nightly_portable_simd", feature(portable_simd))] -+//#![cfg_attr(feature = "nightly_float", feature(f16, f128))] -+//#![cfg_attr( -+// all( -+// feature = "nightly_stdsimd", -+// any(target_arch = "x86_64", target_arch = "x86") -+// ), -+// feature(stdarch_x86_avx512) -+//)] - - //! This crate gives small utilities for casting between plain data types. - //! -- cgit v1.2.3