Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upShould try_! be exported? #96
Comments
This comment has been minimized.
This comment has been minimized.
|
Sigh, it's not. It's not possible for someone to use it, since it uses private types internally. I was hoping to export the macro from the module, so other modules could use it, but I misunderstood how exporting works. Fixed on master, will be published soon. |
This comment has been minimized.
This comment has been minimized.
|
No worries. I've made the same mistake so many times :( |
KodrAus
closed this
May 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KodrAus commentedMay 18, 2017
•
edited
Hi there!
Just wondering if the
try_!macro is meant to exported publicly? Right now it's forming part of the public API, but I'm not sure if it's something consumers are meant to use.