# 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)