We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37faac4 commit bce3fdeCopy full SHA for bce3fde
library/core/src/intrinsics/mod.rs
@@ -3316,7 +3316,6 @@ pub unsafe fn va_arg<T: VaArgSafe>(ap: &mut VaListImpl<'_>) -> T;
3316
pub unsafe fn va_end(ap: &mut VaListImpl<'_>);
3317
3318
/// `offset_of!` for `UnalignedField` trait.
3319
-#[rustc_intrinsic_const_stable_indirect]
3320
#[rustc_intrinsic]
3321
#[lang = "unaligned_field_offset"]
3322
#[unstable(feature = "field_projections", issue = "145383")]
0 commit comments