aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/firefox/rust-1.95-iwyu.patch
diff options
context:
space:
mode:
authorEmmett1 <me@emmett1.my>2026-04-27 14:52:13 +0000
committerEmmett1 <me@emmett1.my>2026-04-27 14:52:13 +0000
commit4791bf94d041ec72e1932bc83701f17458c130e1 (patch)
tree5242ad66aadca3a5a7274ddf79532e13d6f96013 /repos/extra/firefox/rust-1.95-iwyu.patch
parent439f45812902545b3facf081829b896723743daf (diff)
parent78a8d6d2f7075aa2e4b49891ca67c2c1fe58c8ff (diff)
downloadalicelinux-4791bf94d041ec72e1932bc83701f17458c130e1.tar.gz
alicelinux-4791bf94d041ec72e1932bc83701f17458c130e1.zip
Merge branch 'staging'
Diffstat (limited to 'repos/extra/firefox/rust-1.95-iwyu.patch')
-rw-r--r--repos/extra/firefox/rust-1.95-iwyu.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/firefox/rust-1.95-iwyu.patch b/repos/extra/firefox/rust-1.95-iwyu.patch
new file mode 100644
index 00000000..3122c977
--- /dev/null
+++ b/repos/extra/firefox/rust-1.95-iwyu.patch
@@ -0,0 +1,12 @@
+diff --git a/third_party/rust/encoding_rs/src/x_user_defined.rs b/third_party/rust/encoding_rs/src/x_user_defined.rs
+index 7af7d5e..afd93c1 100644
+--- a/third_party/rust/encoding_rs/src/x_user_defined.rs
++++ b/third_party/rust/encoding_rs/src/x_user_defined.rs
+@@ -7,6 +7,7 @@
+ // option. This file may not be copied, modified, or distributed
+ // except according to those terms.
+
++use core::simd::Select;
+ use super::*;
+ use crate::handles::*;
+ use crate::variant::*;