You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#6857 introduces Into<Bytes> for a number of stack types. However, if the following syntax is used the compiler will not automatically recognize which Into implementation is the correct one.
The compiler should automatically determine which Into implementation is appropriate.
The text was updated successfully, but these errors were encountered:
bitzoic
added
bug
Something isn't working
compiler
General compiler. Should eventually become more specific as the issue is triaged
labels
Jan 23, 2025
bitzoic
changed the title
Correct Into implementation not recognized and not automatically used
Correct Into implementation not recognized and not automatically selected
Jan 23, 2025
bitzoic
changed the title
Correct Into implementation not recognized and not automatically selected
Disambiguate the associated function Into implementation not recognized and not automatically selected
Jan 23, 2025
#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: