In the src/test/ui/self/arbitrary_self_types_pin_lifetime_mismatch.base.rs test, we give the suggestion to consider introducing a named lifetime parameter and update trait if needed under migrate mode. Under NLL, the error message is imo clearer but we lose that suggestion.
In the
src/test/ui/self/arbitrary_self_types_pin_lifetime_mismatch.base.rstest, we give the suggestion toconsider introducing a named lifetime parameter and update trait if neededunder migrate mode. Under NLL, the error message is imo clearer but we lose that suggestion.