This is not passing though, `lent` is borrowing. Even though the compiler 
_could_ infer this it's not the same. As without viewtypes any `lent` will copy 
if it's not directly used due to the implications of a borrow.

Reply via email to