You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"trait object requires explicit lifetime bound" would be less confusing (when it occurs on a trait) - I've seen many cases where a trait was accidentally used instead of a regular type and there was no obvious hint as to why a lifetime bound would be required at all.
It seems that the span for one of these errors has gotten better:
"the lifetime bound for this object type cannot be deduced \
from context; please supply an explicit bound");
The Discuss thread is difficult because there aren't a lot of contained examples, and we don't have an extended error explanation for this message, nor any tests that I can find?
See comments on discuss:
Nominating for P-high, not 1.0.
The text was updated successfully, but these errors were encountered: