serious answer
@0x57e11a Without seeing the code, I would guess that it means there are some ways in which it can be called that the implementation does not support (at least according to its signature)? In other words, the coverage of possible call signatures is not complete
re: serious answer
re: serious answer
@0x57e11a Yeah, I'm out of suggestions here unfortunately 😔 Pretty much every time I try to work with impl return types I have different but similar issues
re: serious answer
re: serious answer
ultimately the workaround is to just allocate and have owned parameters, which isn't much when it's ~5x per file