diff --git a/btrfs/src/v2/mod.rs b/btrfs/src/v2/mod.rs index 417b8e9..55a56b5 100644 --- a/btrfs/src/v2/mod.rs +++ b/btrfs/src/v2/mod.rs @@ -23,7 +23,7 @@ pub mod error { NoDefaultSubvolFsRoot, #[error("INode could not be found in FsTree")] INodeNotFound, - #[error("attempted to access item out of bounds")] + #[error("attempted to access {index}th item out of bounds {range:?}")] OutOfBounds { range: core::ops::Range, index: usize,