No, context is not added by default. With third party libraries like anyhow, it's possible to add context[0] before `?` operator in human-readable or machine-readable form:
a_method().context("Failed to complete the work")?;
a_method().context(FailedToCompleteTheWork)?;
[0]:
https://docs.rs/anyhow/latest/anyhow/trait.Context.html