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
As I noted here, the current definition for "lifetime input position" does not make it 100% clear that when it says that certain lifetimes in an impl are in input position, that is solely for the purposes of inferring output lifetimes for other parts of the impl header, and has absolutely no effect on the method definitions within the impl.
I hope to have a PR to fix this and a few other typos shortly.
The text was updated successfully, but these errors were encountered:
As I noted here, the current definition for "lifetime input position" does not make it 100% clear that when it says that certain lifetimes in an
impl
are in input position, that is solely for the purposes of inferring output lifetimes for other parts of theimpl
header, and has absolutely no effect on the method definitions within theimpl
.I hope to have a PR to fix this and a few other typos shortly.
The text was updated successfully, but these errors were encountered: