Bad compilation error when Send bound is required but not met #18988
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Here is an example. The error message only tells me that
Send
is required but not present. TheSend
bound is implicit though, and is missing due to something in my code. It would be nice if the compiler could tell me what is preventing theSend
bound.Error
Code
@nikomatsakis
The text was updated successfully, but these errors were encountered: