|
|
|
|
|
by sanderjd
3326 days ago
|
|
You may have confused the method "expect" as being "except", as in "exception". That's not what it means - it means to "panic" with the given string as the error message. Panics in Rust have some similarities to exceptions in C++, but are not the same thing. |
|