snafu 0.9.0

An ergonomic error handling library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Troubleshooting common issues

This section covers some commonly asked and encountered questions. If
you experience a problem and spend a significant amount of time
answering it, please consider [submitting a pull request][pr] to add
it here. If you cannot solve your issue after reading this, please
[open an issue][issue] to ask your question.

[pr]: https://github.com/shepmaster/snafu/blob/master/CONTRIBUTING.md
[issue]: https://github.com/shepmaster/snafu/issues

## `missing field 'source' in initializer`

Do you have errors talking about the source field missing,
`snafu::IntoError<_>` not being satisfied, and your project is
multiple modules or files?

[**answers**](troubleshooting::missing_field_source)