about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAria Beingessner <a.beingessner@gmail.com>2024-03-03 14:44:15 -0500
committerAria Beingessner <a.beingessner@gmail.com>2024-03-29 19:59:46 -0400
commitcc98f86d4d227c4dac7fc66b7c3bd328473de0e7 (patch)
tree541013e4728268c3005286e43db6934fafb04a4e
parent211b585c609d4dfe5e826c540b89277745680913 (diff)
downloadrust-cc98f86d4d227c4dac7fc66b7c3bd328473de0e7.tar.gz
rust-cc98f86d4d227c4dac7fc66b7c3bd328473de0e7.zip
stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate
This is an alternative to #121920
-rw-r--r--patches/libgccjit12/0001-core-Disable-portable-simd-test.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch b/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch
index 914ae986b50..36d0789d2a2 100644
--- a/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch
+++ b/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