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
The implementation is a bit naive and should investigated and tested further.
Not sure why anybody would, but it may also be useful to test that std::option::Option works, and maybe test that something stupid like foo::Option::Bar doesn't work?
Both std::option::Option and core::option::Option should work. And then there's the pesky issue of re-exports. Some crates re-export parts of std/core.
The implementation is a bit naive and should investigated and tested further.
Not sure why anybody would, but it may also be useful to test that
std::option::Option
works, and maybe test that something stupid likefoo::Option::Bar
doesn't work?Originally posted by @jsdw in #446 (comment)
The text was updated successfully, but these errors were encountered: