I can see a lifetime parameter, why can rustc not?
I realise I have not posted context but there is a lot of context. I am hoping that this is a common class of problem with a well known (not by me) procedure to debug it.
cargo explain E0106 does not help as it does not include the case where a life time parameter is both present and missing
Is it a error to use the same life time parameter for both Mutator and Mod2?
If I give a different life time parameter to Mutator what is the syntax to use it to silence this error?