Skip to content

Commit b72f2be

Browse files
committed
Auto merge of #121948 - Gankra:stab-align, r=dtolnay
stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate This is an alternative to #121920
2 parents 6ff58cd + cb895c4 commit b72f2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass-dep/shims/posix_memalign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@ignore-target-windows: No libc on Windows
22

3-
#![feature(pointer_is_aligned)]
3+
#![feature(pointer_is_aligned_to)]
44
#![feature(strict_provenance)]
55

66
use core::ptr;

0 commit comments

Comments
 (0)