Sequential destructuring of map gives confusing error message
Description
The following broken code:
provides the following stack trace:
The message "nth not supported on this type" while correct doesn't make the cause of the error very clear. Better error messages when destructuring would be very helpful.