Skip to content

rustdoc or rustc: duplicate impls for std::marker::Send #38178

@KalitaAlexey

Description

@KalitaAlexey

Hi everybody.

Look at https://doc.rust-lang.org/nightly/std/marker/trait.Send.html

There are

impl<T: ?Sized> !Send for Rc<T>
impl<T: ?Sized> !Send for Weak<T>

and

impl<T> !Send for Rc<T> where T: ?Sized
impl<T> !Send for Weak<T> where T: ?Sized

They are equal. Wow. There are same lines at the beginning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions