Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created December 21, 2016 01:50
Show Gist options
  • Save nicholasf/aaa198a3a22973156a6ac8c06d4d548c to your computer and use it in GitHub Desktop.
Save nicholasf/aaa198a3a22973156a6ac8c06d4d548c to your computer and use it in GitHub Desktop.
50 | let mut f = try!(OpenOptions::new().write(true).open("out.csv"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected (), found enum `std::result::Result`
|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment