Open
Description
Location
Stable documentation:
https://doc.rust-lang.org/std/ffi/enum.c_void.html
Permalink to comment in source code:
https://doc.rust-lang.org/1.85.0/src/core/ffi/mod.rs.html#218
Summary
There's a comment in the source code that suggests the repr(u8)
attribute on c_void is an internal implementation detail that shouldn't be exposed to documentation, and is wrapped in a cfg_attr
to that effect.
This appears to have worked for the core
crate docs, but the re-export in std
does have the attribute visible.
Metadata
Metadata
Assignees
Labels
Area: Documentation that has been re-exported from a different crateArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: the `#[repr(stuff)]` attributeCategory: This is a bug.Relevant to the rustdoc team, which will review and decide on the PR/issue.