We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d14d771 + 0418d54 commit 686d25dCopy full SHA for 686d25d
core/src/ptr/mod.rs
@@ -1909,6 +1909,7 @@ pub unsafe fn write_volatile<T>(dst: *mut T, src: T) {
1909
/// than trying to adapt this to accommodate that change.
1910
///
1911
/// Any questions go to @nagisa.
1912
+#[cfg_attr(not(bootstrap), allow(ptr_to_integer_transmute_in_consts))]
1913
#[lang = "align_offset"]
1914
pub(crate) const unsafe fn align_offset<T: Sized>(p: *const T, a: usize) -> usize {
1915
// FIXME(#75598): Direct use of these intrinsics improves codegen significantly at opt-level <=
0 commit comments