Skip to content

Instantly share code, notes, and snippets.

@tailhook
Last active May 29, 2016 22:58
Show Gist options
  • Save tailhook/ca49ea7ee80008253487a5e3f83b52ec to your computer and use it in GitHub Desktop.
Save tailhook/ca49ea7ee80008253487a5e3f83b52ec to your computer and use it in GitHub Desktop.
enum DocsError {
Io(path: PathBuf, io::Error),
Format(path: PathBuf, lineno: usize, doc::FormatError),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment