Skip to content

rustdoc: duplicated Sync in std::kinds #17902

Closed
@nodakai

Description

@nodakai

Traits

                <tr>
                    <td>Send</td>
                    <td class='docblock short'><p>Types able to be transferred across task boundaries.</p>
                <tr>
                    <td>Sized</td>
                    <td class='docblock short'><p>Types with a constant size known at compile-time.</p>
                <tr>
                    <td>Sync</td>
                    <td class='docblock short'><p>Types that can be safely shared between tasks when aliased.</p>
                <tr>
                    <td>Sync</td>
                    <td class='docblock short'><p>Types that can be safely shared between tasks when aliased.</p>
Copy

Types that can be copied by simply copying bits (i.e. memcpy).

I suspect if the below line has anything to do with this issue:

pub use self::Sync as Share;

Cf. eg. std::ascii which re-exports self::AsciiExt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions