This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Replies: 2 comments 1 reply
|
I don't get the question? |
1 reply
|
Copying the same thing I posted in your linked issue:
So, just like regular Rust, if you want to take advantage of Rust error handling, you should not be using On the other hand, if you correctly handle the Rust errors, you will see the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When using
unwrapit stops executing the code. Why is the return parameter&'static strneeded here then?Wouldn't it have the same effect to replace it with the following?
Related to this.
All reactions