This commit is contained in:
Harald Hoyer 2020-08-28 17:11:56 +02:00
parent 9d8f316db2
commit 2af5fb7ad6
Signed by: harald
GPG key ID: 900F3C4971086004
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ Caused by:
examples/example.rs:14:18: Error reading 'foo.txt' examples/example.rs:14:18: Error reading 'foo.txt'
Caused by: Caused by:
Kind(NotFound) Kind(NotFound)
Alternative Debug Error: Alternative Debug Error:
ChainError<example::Func1Error> { ChainError<example::Func1Error> {
occurrence: Some( occurrence: Some(

View file

@ -47,6 +47,7 @@
//! examples/example.rs:14:18: Error reading 'foo.txt' //! examples/example.rs:14:18: Error reading 'foo.txt'
//! Caused by: //! Caused by:
//! Kind(NotFound) //! Kind(NotFound)
//!
//! Alternative Debug Error: //! Alternative Debug Error:
//! ChainError<example::Func1Error> { //! ChainError<example::Func1Error> {
//! occurrence: Some( //! occurrence: Some(