diff options
| author | bors <bors@rust-lang.org> | 2024-03-31 05:44:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-31 05:44:17 +0000 |
| commit | d5de305fef8065d3af726537db2513a884ed2bcc (patch) | |
| tree | 70ea36b7fd5f777449cc0622edc1f960490a2747 /compiler/rustc_codegen_gcc | |
| parent | 723acede108580cdd6a848342ef3049f687f197e (diff) | |
| parent | eb8e8c06b6c6ab90b6ecbed1ac3820304c53ef01 (diff) | |
| download | rust-d5de305fef8065d3af726537db2513a884ed2bcc.tar.gz rust-d5de305fef8065d3af726537db2513a884ed2bcc.zip | |
Auto merge of #3435 - rust-lang:rustup-2024-03-31, r=saethlin
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch b/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch index 914ae986b50..36d0789d2a2 100644 --- a/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch +++ b/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch @@ -14,7 +14,7 @@ index d0a119c..76fdece 100644 @@ -89,7 +89,6 @@ #![feature(never_type)] #![feature(unwrap_infallible)] - #![feature(pointer_is_aligned)] + #![feature(pointer_is_aligned_to)] -#![feature(portable_simd)] #![feature(ptr_metadata)] #![feature(lazy_cell)] @@ -27,6 +27,6 @@ index d0a119c..76fdece 100644 mod slice; mod str; mod str_lossy; --- +-- 2.42.1 |
