diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-04-27 00:39:52 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-04-27 00:39:52 +0000 |
| commit | e28489cb37461bcd89bfd46af76b6852ec44d14a (patch) | |
| tree | 49ea72a4fb113c3cf6d6d971d2d5b474463772fd /firefox/rust-1.95-iwyu.patch | |
| parent | 66709ab7705ee1ed32ec5447c4c72f1a00246898 (diff) | |
| download | alicelinux-e28489cb37461bcd89bfd46af76b6852ec44d14a.tar.gz alicelinux-e28489cb37461bcd89bfd46af76b6852ec44d14a.zip | |
Woodpecker CI 78a8d6d2f7075aa2e4b49891ca67c2c1fe58c8ff [SKIP CI]
Diffstat (limited to 'firefox/rust-1.95-iwyu.patch')
| -rw-r--r-- | firefox/rust-1.95-iwyu.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox/rust-1.95-iwyu.patch b/firefox/rust-1.95-iwyu.patch new file mode 100644 index 00000000..3122c977 --- /dev/null +++ b/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::*; |