Closed
Description
In the src/test/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound.rs
test, we give the suggestion consider relaxing the implicit `'static` requirement
under migrate mode. Under NLL, we lose that suggestion, and have a slightly less user-friendly error message.
Importantly, with the suggestion, the code is rustfix-able. Without the suggestion, it is not.