Open KodrAus opened 3 months ago
Types from core/std like Result and Option need to use unambiguous names like ::emit::__private::core::option::Option so they won't conflict with anything different at the callsite.
core
std
Result
Option
::emit::__private::core::option::Option
Types from
core
/std
likeResult
andOption
need to use unambiguous names like::emit::__private::core::option::Option
so they won't conflict with anything different at the callsite.