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/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ mod c_long_definition {
191
191
// be UB.
192
192
#[doc = include_str!("c_void.md")]
193
193
#[lang = "c_void"]
194
-
#[cfg_attr(not(doc), repr(u8))]// work around https://github.com/rust-lang/rust/issues/90435
194
+
#[cfg_attr(not(doc), repr(u8))]// An implementation detail we don't want to show up in rustdoc
195
195
#[stable(feature = "core_c_void", since = "1.30.0")]
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
431
+
#[repr(transparent)]
432
432
#[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