diff --git a/src/error.rs b/src/error.rs index b95f0acf..6f072494 100644 --- a/src/error.rs +++ b/src/error.rs @@ -674,6 +674,9 @@ impl ErrorConvert<()> for () { } /// Accumulate context while backtracking errors +/// +/// See the [tutorial][crate::_tutorial::chapter_7#error-adaptation-and-rendering] +/// for an example of how to adapt this to an application error with custom rendering. #[derive(Debug)] pub struct ContextError { #[cfg(feature = "alloc")]