Skip to content

Commit

Permalink
stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate
Browse files Browse the repository at this point in the history
This is an alternative to rust-lang#121920
  • Loading branch information
Gankra committed Mar 29, 2024
1 parent 211b585 commit cc98f86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -27,6 +27,6 @@ index d0a119c..76fdece 100644
mod slice;
mod str;
mod str_lossy;
--
--
2.42.1

0 comments on commit cc98f86

Please sign in to comment.