Rustdoc incorrectly shows blanket impls with Send contraints on !Send types #90324
Closed
Description
opened on Oct 26, 2021
impl<T: Send + ..> ToSendValue for T
is in Blanket impls
but the type is !Send
impl<T: Send + ..> ToSendValue for T
is in Blanket impls
but the type is !Send
Activity