Closed
Description
If you look at the AST-borrowck output for a case like borrowck-vec-pattern-nesting.rs, you see output like this:
but NLL only reports this:
It is probably useful to include the type behind the borrow (and the fact that it is non-copy) when that is relevant to the move being attempted.