Disambiguate the associated function Into
implementation not recognized and not automatically selected
#6858
Labels
bug
Something isn't working
compiler
General compiler. Should eventually become more specific as the issue is triaged
team:compiler
Compiler Team
#6857 introduces
Into<Bytes>
for a number of stack types. However, if the following syntax is used the compiler will not automatically recognize whichInto
implementation is the correct one.As a result, the following is required as a work around.
The compiler should automatically determine which
Into
implementation is appropriate.The text was updated successfully, but these errors were encountered: