You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gix/src/revision/spec/parse/types.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ pub enum Error {
98
98
desired:usize,
99
99
available:usize,
100
100
},
101
-
#[error("Path {desired_path:?} did not exist in index at stage {desired_stage}{}{}", stage_hint.map(|actual|format!(". It does exist at stage {actual}")).unwrap_or_default(), exists.then(|| ". It exists on disk").unwrap_or(". It does not exist on disk"))]
101
+
#[error("Path {desired_path:?} did not exist in index at stage {}{}{}",*desired_stage asu8,stage_hint.map(|actual|format!(". It does exist at stage {}", actual asu8)).unwrap_or_default(), exists.then(|| ". It exists on disk").unwrap_or(". It does not exist on disk"))]
0 commit comments