Comment by School-Cotton 2 years ago This code compiles on 1.81 and fails to compile on 1.82: https://godbolt.org/z/9GbbMKjcf 1 comment School-Cotton Reply estebank 2 years ago You are always free to use fully-qualified paths to protect yourself from any change in your dependencies (including std) that would break inference (by making more than one method resolve).
estebank 2 years ago You are always free to use fully-qualified paths to protect yourself from any change in your dependencies (including std) that would break inference (by making more than one method resolve).
You are always free to use fully-qualified paths to protect yourself from any change in your dependencies (including std) that would break inference (by making more than one method resolve).