You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[cfg_attr(not(doc),repr(transparent))]// work around https://github.com/rust-lang/rust/issues/90435
Copy file name to clipboardExpand all lines: core/src/ffi/va_list.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ use crate::ops::{Deref, DerefMut};
23
23
target_os = "uefi",
24
24
windows,
25
25
))]
26
-
#[cfg_attr(not(doc),repr(transparent))]// work around https://github.com/rust-lang/rust/issues/90435
26
+
#[repr(transparent)]
27
27
#[lang = "va_list"]
28
28
pubstructVaListImpl<'f>{
29
29
ptr:*mutc_void,
@@ -115,7 +115,7 @@ pub struct VaListImpl<'f> {
115
115
}
116
116
117
117
/// A wrapper for a `va_list`
118
-
#[cfg_attr(not(doc),repr(transparent))]// work around https://github.com/rust-lang/rust/issues/90435
#[cfg_attr(not(doc),repr(transparent))]// work around https://github.com/rust-lang/rust/issues/66401
432
+
#[repr(transparent)]
433
433
#[stable(feature = "futures_api", since = "1.36.0")]
#[cfg_attr(not(doc),repr(transparent))]// work around https://github.com/rust-lang/rust/issues/66401
0 commit comments