Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve file not found error message #17

Open
sjackman opened this issue Nov 27, 2019 · 0 comments
Open

Improve file not found error message #17

sjackman opened this issue Nov 27, 2019 · 0 comments

Comments

@sjackman
Copy link

When a particular shard file is not found, the error message could be improved:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1084:5

let mut f = File::open(path).unwrap();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant