-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE calling unwrap on error value result.rs when working on network drive #43215
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Please do as suggested
Without that nobody can guess at the source of the error. |
Thanks for the response, @durka. I didn't realise I could use backtrace when using cargo build, so thanks for the advice.
I'll edit the main part to add this also. |
Could you provide the exact steps to reproduce? That is, it'd be helpful to have a Github repository or something like it that can be cloned to reproduce the problem. I suspect this is the typical difficulty Rust has with network drives, though. |
Triage: with no steps to reproduce, we cannot fix this. Closing until we can reproduce. |
Trying to use the csv crate by @BurntSushi and the memchr dependency fails to compile. This only seems to happen when I'm working on a network drive
The code in this program is just the auto generated "Hello World" code. I am just attempting to go through the CSV tutorial, and had this at the first hurdle.
Thanks for your time! Backtrace included below:
Edit 1 - Replace old output snippet with backtrace
Meta
rustc 1.18.0 (03fc9d6 2017-06-06)
binary: rustc
commit-hash: 03fc9d6
commit-date: 2017-06-06
host: x86_64-pc-windows-msvc
release: 1.18.0
LLVM version: 3.9
The text was updated successfully, but these errors were encountered: