We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cfe84 commit 701b568Copy full SHA for 701b568
1 file changed
src/error_stack_ext.rs
@@ -21,6 +21,7 @@ where
21
type Err = E;
22
type Ok = T;
23
24
+ #[track_caller]
25
fn into_context<C>(self, context: C) -> Result<T, C>
26
where
27
C: Context,
0 commit comments